Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp229 assert(SuccTBI->hasValidHeight() && "Trace below has not been computed yet"); in computeHeightResources()
254 return TBI->hasValidHeight() ? TBI : nullptr; in getHeightResources()
456 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth()) in insertEdge()
528 if (BadTBI.hasValidHeight()) { in invalidate()
539 if (!TBI.hasValidHeight()) in invalidate()
600 if (TBI.hasValidHeight() && TBI.Succ) { in verify()
603 assert(BlockInfo[TBI.Succ->getNumber()].hasValidHeight() && in verify()
1007 assert(TBI.hasValidHeight() && "Incomplete trace"); in computeInstrHeights()
1163 if (!TBI.hasValidDepth() || !TBI.hasValidHeight()) in getTrace()
1311 if (hasValidHeight()) { in print()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h186 bool hasValidHeight() const { return InstrHeight != ~0u; } in hasValidHeight() function