Home
last modified time | relevance | path

Searched refs:getResources (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineTraceMetrics.cpp97 MachineTraceMetrics::getResources(const MachineBasicBlock *MBB) { in getResources() function in MachineTraceMetrics
194 const FixedBlockInfo *PredFBI = MTM.getResources(TBI->Pred); in computeDepthResources()
214 TBI->InstrHeight = MTM.getResources(MBB)->InstrCount; in computeHeightResources()
347 unsigned CurCount = MTM.getResources(MBB)->InstrCount; in pickTracePred()
1273 Instrs += TE.MTM.getResources(MBB)->InstrCount; in getResourceLength()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineTraceMetrics.h139 const FixedBlockInfo *getResources(const MachineBasicBlock*);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDDXContainer.h152 ResourceArray getResources() const { return Resources; } in getResources() function