Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DHFSort.cpp168 NodeId BestPred = CallGraph::InvalidId; in clusterize() local
173 if (BestPred == CallGraph::InvalidId || in clusterize()
175 BestPred = Arc.src(); in clusterize()
186 assert(BestPred != CallGraph::InvalidId); in clusterize()
188 class Cluster *PredCluster = FuncCluster[BestPred]; in clusterize()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1986 MachineBasicBlock *BestPred = nullptr; in FallThroughGains() local
1997 BestPred = Pred; in FallThroughGains()
2005 if (BestPred) { in FallThroughGains()
2013 (SuccChain == BlockToChain[BestPred])) in FallThroughGains()
2080 MachineBasicBlock *BestPred = nullptr; in findBestLoopTopHelper() local
2106 BestPred = Pred; in findBestLoopTopHelper()
2112 if (!BestPred) { in findBestLoopTopHelper()
2118 while (BestPred->pred_size() == 1 && in findBestLoopTopHelper()
2120 *BestPred->pred_begin() != L.getHeader()) in findBestLoopTopHelper()
2121 BestPred = *BestPred->pred_begin(); in findBestLoopTopHelper()
[all …]