Searched refs:hasValidHeight (Results 1 – 2 of 2) sorted by relevance
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()[all …]
167 bool hasValidHeight() const { return InstrHeight != ~0u; } in hasValidHeight() function