Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2034 MachineBasicBlock *BestPred = nullptr; in FallThroughGains() local
2045 BestPred = Pred; in FallThroughGains()
2053 if (BestPred) { in FallThroughGains()
2054 for (MachineBasicBlock *Succ : BestPred->successors()) { in FallThroughGains()
2055 if ((Succ == NewTop) || (Succ == BestPred) || !LoopBlockSet.count(Succ)) in FallThroughGains()
2061 (SuccChain == BlockToChain[BestPred])) in FallThroughGains()
2063 BlockFrequency EdgeFreq = MBFI->getBlockFreq(BestPred) * in FallThroughGains()
2064 MBPI->getEdgeProbability(BestPred, Succ); in FallThroughGains()
2068 BlockFrequency OrigEdgeFreq = MBFI->getBlockFreq(BestPred) * in FallThroughGains()
2069 MBPI->getEdgeProbability(BestPred, NewTop); in FallThroughGains()
[all …]