Home
last modified time | relevance | path

Searched refs:InstrDepth (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h188 unsigned InstrDepth = ~0u; member
198 bool hasValidDepth() const { return InstrDepth != ~0u; } in hasValidDepth()
205 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; } in invalidateDepth()
228 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth; in isUsefulDominator()
286 return TBI.InstrDepth + TBI.InstrHeight; in getInstrCount()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp208 SmallVector<unsigned, 16> InstrDepth; in getDepth() local
224 assert(II->second < InstrDepth.size() && "Bad Index"); in getDepth()
228 DepthOp = InstrDepth[II->second]; in getDepth()
253 InstrDepth.push_back(IDepth); in getDepth()
256 return InstrDepth[NewRootIdx]; in getDepth()
H A DMachineTraceMetrics.cpp196 TBI->InstrDepth = 0; in computeDepthResources()
209 TBI->InstrDepth = PredTBI->InstrDepth + PredFBI->InstrCount; in computeDepthResources()
371 unsigned Depth = PredTBI->InstrDepth + CurCount; in pickTracePred()
909 dbgs() << format("%7u Instructions\n", TBI.InstrDepth); in computeInstrDepths()
1246 unsigned Instrs = TBI.InstrDepth; in getResourceDepth()
1298 unsigned Instrs = TBI.InstrDepth + TBI.InstrHeight; in getResourceLength()
1332 OS << "depth=" << InstrDepth; in print()