Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp218 assert(SuccTBI->hasValidHeight() && "Trace below has not been computed yet"); in computeHeightResources()
243 return TBI->hasValidHeight() ? TBI : nullptr; in getHeightResources()
436 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth()) in insertEdge()
507 if (BadTBI.hasValidHeight()) { in invalidate()
518 if (!TBI.hasValidHeight()) in invalidate()
579 if (TBI.hasValidHeight() && TBI.Succ) { in verify()
582 assert(BlockInfo[TBI.Succ->getNumber()].hasValidHeight() && in verify()
983 assert(TBI.hasValidHeight() && "Incomplete trace"); in computeInstrHeights()
1139 if (!TBI.hasValidDepth() || !TBI.hasValidHeight()) in getTrace()
1287 if (hasValidHeight()) { in print()
[all …]
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h168 bool hasValidHeight() const { return InstrHeight != ~0u; } in hasValidHeight() function