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.h121 struct FixedBlockInfo { struct
129 FixedBlockInfo() = default; argument
139 const FixedBlockInfo *getResources(const MachineBasicBlock*); argument
405 SmallVector<FixedBlockInfo, 4> BlockInfo;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp96 const MachineTraceMetrics::FixedBlockInfo*
99 FixedBlockInfo *FBI = &BlockInfo[MBB->getNumber()]; in getResources()
194 const FixedBlockInfo *PredFBI = MTM.getResources(TBI->Pred); in computeDepthResources()