Lines Matching refs:hasValidDepth
193 assert(PredTBI->hasValidDepth() && "Trace above has not been computed yet"); in computeDepthResources()
244 return TBI->hasValidDepth() ? TBI : nullptr; in getDepthResources()
474 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth()) in insertEdge()
571 if (BadTBI.hasValidDepth()) { in invalidate()
582 if (!TBI.hasValidDepth()) in invalidate()
610 if (TBI.hasValidDepth() && TBI.Pred) { in verify()
613 assert(BlockInfo[TBI.Pred->getNumber()].hasValidDepth() && in verify()
857 assert(TBI.hasValidDepth() && "Incomplete trace"); in computeInstrDepths()
1167 if (!TBI.hasValidDepth() || !TBI.hasValidHeight()) in getTrace()
1303 if (hasValidDepth()) { in print()
1335 if (TBI.hasValidHeight() && TBI.hasValidDepth()) in print()
1342 while (Block->hasValidDepth() && Block->Pred) { in print()