Home
last modified time | relevance | path

Searched refs:FixedBlockInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h91 struct FixedBlockInfo { struct
99 FixedBlockInfo() : InstrCount(~0u), HasCalls(false) {} in FixedBlockInfo() function
109 const FixedBlockInfo *getResources(const MachineBasicBlock*); argument
366 SmallVector<FixedBlockInfo, 4> BlockInfo;
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp84 const MachineTraceMetrics::FixedBlockInfo*
87 FixedBlockInfo *FBI = &BlockInfo[MBB->getNumber()]; in getResources()
183 const FixedBlockInfo *PredFBI = MTM.getResources(TBI->Pred); in computeDepthResources()