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

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineTraceMetrics.h152 HasValidInstrDepths(false), HasValidInstrHeights(false) {}
163 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; }
181 bool HasValidInstrDepths; member in struct:llvm::MachineTraceMetrics::TraceBlockInfo
188 /// HasValidInstrDepths and HasValidInstrHeights are set.
H A DMachineTraceMetrics.cpp670 assert(TBI.HasValidInstrDepths && "Missing depth info");
692 // The top of the trace may already be computed, and HasValidInstrDepths
693 // implies Head->HasValidInstrDepths, so we only need to start from the first
699 if (TBI.HasValidInstrDepths)
718 TBI.HasValidInstrDepths = true;
745 assert(DepTBI.HasValidInstrDepths && "Inconsistent dependency");
990 if (!TBI.HasValidInstrDepths) {
1018 if (!TBI.HasValidInstrDepths)
1101 if (HasValidInstrDepths)
1117 if (HasValidInstrDepths
[all...]

Completed in 126 milliseconds