Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h182 bool hasValidDepth() const { return InstrDepth != ~0u; } in hasValidDepth() function
202 if (!hasValidDepth() || !TBI.hasValidDepth()) in isUsefulDominator()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp194 assert(PredTBI->hasValidDepth() && "Trace above has not been computed yet"); in computeDepthResources()
245 return TBI->hasValidDepth() ? TBI : nullptr; in getDepthResources()
456 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth()) in insertEdge()
553 if (BadTBI.hasValidDepth()) { in invalidate()
564 if (!TBI.hasValidDepth()) in invalidate()
592 if (TBI.hasValidDepth() && TBI.Pred) { in verify()
595 assert(BlockInfo[TBI.Pred->getNumber()].hasValidDepth() && in verify()
844 assert(TBI.hasValidDepth() && "Incomplete trace"); in computeInstrDepths()
1163 if (!TBI.hasValidDepth() || !TBI.hasValidHeight()) in getTrace()
1299 if (hasValidDepth()) { in print()
[all …]