HomeSort by relevance Sort by last modified time
    Searched refs:hasValidHeight (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 158 assert(SuccTBI->hasValidHeight() && "Trace below has not been computed yet");
178 return TBI->hasValidHeight() ? TBI : 0;
344 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth())
419 if (BadTBI.hasValidHeight()) {
431 if (!TBI.hasValidHeight())
494 if (TBI.hasValidHeight() && TBI.Succ) {
497 assert(BlockInfo[TBI.Succ->getNumber()].hasValidHeight() &&
    [all...]
MachineTraceMetrics.h 131 /// Valid when hasValidHeight().
137 /// The block number of the tail of the trace. (When hasValidHeight()).
159 bool hasValidHeight() const { return InstrHeight != ~0u; }
174 /// Instruction heights have been computed. This implies hasValidHeight().

Completed in 60 milliseconds