Searched refs:hasValidDepth (Results 1 – 2 of 2) sorted by relevance
191 bool hasValidDepth() const { return InstrDepth != ~0u; } in hasValidDepth() function211 if (!hasValidDepth() || !TBI.hasValidDepth()) in isUsefulDominator()
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()[all …]