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

/external/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h159 HasValidInstrDepths(false), HasValidInstrHeights(false) {}
173 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; }
204 bool HasValidInstrHeights; member in struct:llvm::MachineTraceMetrics::TraceBlockInfo
208 /// HasValidInstrDepths and HasValidInstrHeights are set.
/external/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp763 assert(TBI.HasValidInstrHeights && "Missing height info");
827 if (TBI.HasValidInstrHeights)
859 if (!TBI.HasValidInstrHeights) {
986 if (TBI.HasValidInstrHeights)
1028 TBI.HasValidInstrHeights = true;
1264 if (HasValidInstrHeights)
1268 if (HasValidInstrDepths && HasValidInstrHeights)
1279 if (TBI.HasValidInstrDepths && TBI.HasValidInstrHeights)

Completed in 382 milliseconds