Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp1132 SmallVector<BasicBlock *> BBSubs; in inlineCompare() local
1134 BBSubs.push_back( in inlineCompare()
1138 cast<BranchInst>(BBCI->getTerminator())->setSuccessor(0, BBSubs[0]); in inlineCompare()
1146 B.SetInsertPoint(BBSubs[i]); in inlineCompare()
1156 BBNE, BBSubs[i + 1]); in inlineCompare()
1160 Phi->addIncoming(Sub, BBSubs[i]); in inlineCompare()
1168 Updates.push_back({DominatorTree::Insert, BBCI, BBSubs[0]}); in inlineCompare()
1171 Updates.push_back({DominatorTree::Insert, BBSubs[i], BBSubs[i + 1]}); in inlineCompare()
1172 Updates.push_back({DominatorTree::Insert, BBSubs[i], BBNE}); in inlineCompare()