Home
last modified time | relevance | path

Searched refs:hasValidDepth (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h181 bool hasValidDepth() const { return InstrDepth != ~0u; } in hasValidDepth() function
201 if (!hasValidDepth() || !TBI.hasValidDepth()) in isUsefulDominator()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp193 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 …]