Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h164 bool hasValidDepth() const { return InstrDepth != ~0u; } in hasValidDepth() function
184 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()
436 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth()) in insertEdge()
532 if (BadTBI.hasValidDepth()) { in invalidate()
543 if (!TBI.hasValidDepth()) in invalidate()
571 if (TBI.hasValidDepth() && TBI.Pred) { in verify()
574 assert(BlockInfo[TBI.Pred->getNumber()].hasValidDepth() && in verify()
786 assert(TBI.hasValidDepth() && "Incomplete trace"); in computeInstrDepths()
1139 if (!TBI.hasValidDepth() || !TBI.hasValidHeight()) in getTrace()
1275 if (hasValidDepth()) { in print()
[all …]