Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h163 bool hasValidDepth() const { return InstrDepth != ~0u; } in hasValidDepth() function
183 if (!hasValidDepth() || !TBI.hasValidDepth()) in isUsefulDominator()
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp182 assert(PredTBI->hasValidDepth() && "Trace above has not been computed yet"); in computeDepthResources()
234 return TBI->hasValidDepth() ? TBI : nullptr; in getDepthResources()
432 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth()) in insertEdge()
528 if (BadTBI.hasValidDepth()) { in invalidate()
539 if (!TBI.hasValidDepth()) in invalidate()
567 if (TBI.hasValidDepth() && TBI.Pred) { in verify()
570 assert(BlockInfo[TBI.Pred->getNumber()].hasValidDepth() && in verify()
782 assert(TBI.hasValidDepth() && "Incomplete trace"); in computeInstrDepths()
1135 if (!TBI.hasValidDepth() || !TBI.hasValidHeight()) in getTrace()
1272 if (hasValidDepth()) { in print()
[all …]