Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DEarlyIfConversion.cpp879 MachineTraceMetrics::Trace TBBTrace = MinInstr->getTrace(IfConv.getTPred()); in shouldConvertIf() local
881 LLVM_DEBUG(dbgs() << "TBB: " << TBBTrace << "FBB: " << FBBTrace); in shouldConvertIf()
882 unsigned MinCrit = std::min(TBBTrace.getCriticalPath(), in shouldConvertIf()
955 unsigned TDepth = adjCycles(TBBTrace.getPHIDepth(*PI.PHI), PI.TCycles); in shouldConvertIf()