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