Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1998 MachineBasicBlock *BestPred = nullptr; in FallThroughGains() local
2009 BestPred = Pred; in FallThroughGains()
2017 if (BestPred) { in FallThroughGains()
2018 for (MachineBasicBlock *Succ : BestPred->successors()) { in FallThroughGains()
2019 if ((Succ == NewTop) || (Succ == BestPred) || !LoopBlockSet.count(Succ)) in FallThroughGains()
2025 (SuccChain == BlockToChain[BestPred])) in FallThroughGains()
2027 BlockFrequency EdgeFreq = MBFI->getBlockFreq(BestPred) * in FallThroughGains()
2028 MBPI->getEdgeProbability(BestPred, Succ); in FallThroughGains()
2032 BlockFrequency OrigEdgeFreq = MBFI->getBlockFreq(BestPred) * in FallThroughGains()
2033 MBPI->getEdgeProbability(BestPred, NewTop); in FallThroughGains()
[all …]