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()
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()
1304 if (TBI.hasValidHeight() && TBI.hasValidDepth()) in print()
1311 while (Block->hasValidDepth() && Block->Pred) { in print()