Lines Matching refs:hasValidDepth
182 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()
1307 if (TBI.hasValidHeight() && TBI.hasValidDepth()) in print()
1314 while (Block->hasValidDepth() && Block->Pred) { in print()