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

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineTraceMetrics.cpp161 assert(SuccTBI->hasValidHeight() && "Trace below has not been computed yet");
181 return TBI->hasValidHeight() ? TBI : 0;
347 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth())
422 if (BadTBI.hasValidHeight()) {
434 if (!TBI.hasValidHeight())
497 if (TBI.hasValidHeight() && TBI.Succ) {
500 assert(BlockInfo[TBI.Succ->getNumber()].hasValidHeight() &&
885 assert(TBI.hasValidHeight() && "Incomplete trace");
1106 if (hasValidHeight()) {
1126 if (TBI.hasValidHeight()
[all...]
H A DMachineTraceMetrics.h132 /// Valid when hasValidHeight().
138 /// The block number of the tail of the trace. (When hasValidHeight()).
160 bool hasValidHeight() const { return InstrHeight != ~0u; } function in struct:llvm::MachineTraceMetrics::TraceBlockInfo
183 /// Instruction heights have been computed. This implies hasValidHeight().

Completed in 130 milliseconds