Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.h151 HasValidInstrDepths(false), HasValidInstrHeights(false) {} in TraceBlockInfo()
165 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; } in invalidateHeight()
175 bool HasValidInstrHeights; member
DMachineTraceMetrics.cpp668 assert(TBI.HasValidInstrHeights && "Missing height info"); in computeCrossBlockCriticalPath()
719 if (TBI.HasValidInstrHeights) in computeInstrDepths()
756 if (!TBI.HasValidInstrHeights) { in computeInstrDepths()
888 if (TBI.HasValidInstrHeights) in computeInstrHeights()
930 TBI.HasValidInstrHeights = true; in computeInstrHeights()
1119 if (HasValidInstrHeights) in print()
1123 if (HasValidInstrDepths && HasValidInstrHeights) in print()
1134 if (TBI.HasValidInstrDepths && TBI.HasValidInstrHeights) in print()