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

  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 135 /// Valid when hasValidDepth().
142 /// The block number of the head of the trace. (When hasValidDepth()).
163 bool hasValidDepth() const { return InstrDepth != ~0u; }
183 if (!hasValidDepth() || !TBI.hasValidDepth())
200 /// Instruction depths have been computed. This implies hasValidDepth().
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 184 assert(PredTBI->hasValidDepth() && "Trace above has not been computed yet");
236 return TBI->hasValidDepth() ? TBI : 0;
440 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth())
541 if (BadTBI.hasValidDepth()) {
553 if (!TBI.hasValidDepth())
582 if (TBI.hasValidDepth() && TBI.Pred) {
585 assert(BlockInfo[TBI.Pred->getNumber()].hasValidDepth() &&
791 assert(TBI.hasValidDepth() && "Incomplete trace");
    [all...]

Completed in 5602 milliseconds