Searched refs:FixedBlockInfo (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ | ||
H A D | MachineTraceMetrics.h | 89 struct FixedBlockInfo { struct in class:llvm::MachineTraceMetrics 97 FixedBlockInfo() : InstrCount(~0u), HasCalls(false) {} function in struct:llvm::MachineTraceMetrics::FixedBlockInfo 107 const FixedBlockInfo *getResources(const MachineBasicBlock*); 322 SmallVector<FixedBlockInfo, 4> BlockInfo; |
H A D | MachineTraceMetrics.cpp | 77 const MachineTraceMetrics::FixedBlockInfo* 80 FixedBlockInfo *FBI = &BlockInfo[MBB->getNumber()]; 135 const FixedBlockInfo *PredFBI = MTM.getResources(TBI->Pred); |
Completed in 100 milliseconds