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

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineTraceMetrics.h128 /// Valid when hasValidDepth().
135 /// The block number of the head of the trace. (When hasValidDepth()).
156 bool hasValidDepth() const { return InstrDepth != ~0u; } function in struct:llvm::MachineTraceMetrics::TraceBlockInfo
172 return hasValidDepth() && TBI.hasValidDepth() &&
180 /// Instruction depths have been computed. This implies hasValidDepth().
H A DMachineTraceMetrics.cpp137 assert(PredTBI->hasValidDepth() && "Trace above has not been computed yet");
172 return TBI->hasValidDepth() ? TBI : 0;
347 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth())
448 if (BadTBI.hasValidDepth()) {
460 if (!TBI.hasValidDepth())
489 if (TBI.hasValidDepth() && TBI.Pred) {
492 assert(BlockInfo[TBI.Pred->getNumber()].hasValidDepth() &&
698 assert(TBI.hasValidDepth() && "Incomplete trace");
1094 if (hasValidDepth()) {
1126 if (TBI.hasValidHeight() && TBI.hasValidDepth())
[all...]

Completed in 139 milliseconds