Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1966 MachineBasicBlock *BestPred = nullptr; in FallThroughGains() local
1977 BestPred = Pred; in FallThroughGains()
1985 if (BestPred) { in FallThroughGains()
1986 for (MachineBasicBlock *Succ : BestPred->successors()) { in FallThroughGains()
1987 if ((Succ == NewTop) || (Succ == BestPred) || !LoopBlockSet.count(Succ)) in FallThroughGains()
1993 (SuccChain == BlockToChain[BestPred])) in FallThroughGains()
1995 BlockFrequency EdgeFreq = MBFI->getBlockFreq(BestPred) * in FallThroughGains()
1996 MBPI->getEdgeProbability(BestPred, Succ); in FallThroughGains()
2000 BlockFrequency OrigEdgeFreq = MBFI->getBlockFreq(BestPred) * in FallThroughGains()
2001 MBPI->getEdgeProbability(BestPred, NewTop); in FallThroughGains()
[all …]