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 220 assert(SuccTBI->hasValidHeight() && "Trace below has not been computed yet");
245 return TBI->hasValidHeight() ? TBI : nullptr;
440 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth())
515 if (BadTBI.hasValidHeight()) {
527 if (!TBI.hasValidHeight())
589 if (TBI.hasValidHeight() && TBI.Succ) {
592 assert(BlockInfo[TBI.Succ->getNumber()].hasValidHeight() &&
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 139 /// Valid when hasValidHeight().
145 /// The block number of the tail of the trace. (When hasValidHeight()).
167 bool hasValidHeight() const { return InstrHeight != ~0u; }
203 /// Instruction heights have been computed. This implies hasValidHeight().

Completed in 67 milliseconds