Lines Matching refs:hasValidHeight
218 assert(SuccTBI->hasValidHeight() && "Trace below has not been computed yet"); in computeHeightResources()
243 return TBI->hasValidHeight() ? TBI : nullptr; in getHeightResources()
436 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth()) in insertEdge()
507 if (BadTBI.hasValidHeight()) { in invalidate()
519 if (!TBI.hasValidHeight()) in invalidate()
581 if (TBI.hasValidHeight() && TBI.Succ) { in verify()
584 assert(BlockInfo[TBI.Succ->getNumber()].hasValidHeight() && in verify()
977 assert(TBI.hasValidHeight() && "Incomplete trace"); in computeInstrHeights()
1280 if (hasValidHeight()) { in print()
1300 if (TBI.hasValidHeight() && TBI.hasValidDepth()) in print()
1315 while (Block->hasValidHeight() && Block->Succ) { in print()