HomeSort by relevance Sort by last modified time
    Searched refs:FixedBlockInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 90 struct FixedBlockInfo {
98 FixedBlockInfo() : InstrCount(~0u), HasCalls(false) {}
108 const FixedBlockInfo *getResources(const MachineBasicBlock*);
358 SmallVector<FixedBlockInfo, 4> BlockInfo;
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 85 const MachineTraceMetrics::FixedBlockInfo*
88 FixedBlockInfo *FBI = &BlockInfo[MBB->getNumber()];
185 const FixedBlockInfo *PredFBI = MTM.getResources(TBI->Pred);
    [all...]

Completed in 502 milliseconds