Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h128 struct FixedBlockInfo { struct
136 FixedBlockInfo() = default; argument
146 const FixedBlockInfo *getResources(const MachineBasicBlock*); argument
418 SmallVector<FixedBlockInfo, 4> BlockInfo;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp110 const MachineTraceMetrics::FixedBlockInfo*
113 FixedBlockInfo *FBI = &BlockInfo[MBB->getNumber()]; in getResources()
208 const FixedBlockInfo *PredFBI = MTM.getResources(TBI->Pred); in computeDepthResources()