Searched refs:hasValidDepth (Results 1 – 2 of 2) sorted by relevance
181 bool hasValidDepth() const { return InstrDepth != ~0u; } in hasValidDepth() function201 if (!hasValidDepth() || !TBI.hasValidDepth()) in isUsefulDominator()
193 assert(PredTBI->hasValidDepth() && "Trace above has not been computed yet"); in computeDepthResources()244 return TBI->hasValidDepth() ? TBI : nullptr; in getDepthResources()455 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth()) in insertEdge()552 if (BadTBI.hasValidDepth()) { in invalidate()563 if (!TBI.hasValidDepth()) in invalidate()591 if (TBI.hasValidDepth() && TBI.Pred) { in verify()594 assert(BlockInfo[TBI.Pred->getNumber()].hasValidDepth() && in verify()843 assert(TBI.hasValidDepth() && "Incomplete trace"); in computeInstrDepths()1161 if (!TBI.hasValidDepth() || !TBI.hasValidHeight()) in getTrace()1297 if (hasValidDepth()) { in print()[all …]