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

  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 159 HasValidInstrDepths(false), HasValidInstrHeights(false) {}
173 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; }
204 bool HasValidInstrHeights;
208 /// HasValidInstrDepths and HasValidInstrHeights are set.
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 763 assert(TBI.HasValidInstrHeights && "Missing height info");
827 if (TBI.HasValidInstrHeights)
    [all...]

Completed in 168 milliseconds