Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp228 assert(SuccTBI->hasValidHeight() && "Trace below has not been computed yet"); in computeHeightResources()
253 return TBI->hasValidHeight() ? TBI : nullptr; in getHeightResources()
455 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth()) in insertEdge()
527 if (BadTBI.hasValidHeight()) { in invalidate()
538 if (!TBI.hasValidHeight()) in invalidate()
599 if (TBI.hasValidHeight() && TBI.Succ) { in verify()
602 assert(BlockInfo[TBI.Succ->getNumber()].hasValidHeight() && in verify()
1005 assert(TBI.hasValidHeight() && "Incomplete trace"); in computeInstrHeights()
1161 if (!TBI.hasValidDepth() || !TBI.hasValidHeight()) in getTrace()
1309 if (hasValidHeight()) { in print()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h185 bool hasValidHeight() const { return InstrHeight != ~0u; } in hasValidHeight() function