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.cpp1063 SmallVector<BasicBlock *> BBSubs; in inlineCompare() local
1065 BBSubs.push_back( in inlineCompare()
1069 cast<BranchInst>(BBCI->getTerminator())->setSuccessor(0, BBSubs[0]); in inlineCompare()
1077 B.SetInsertPoint(BBSubs[i]); in inlineCompare()
1087 BBNE, BBSubs[i + 1]); in inlineCompare()
1091 Phi->addIncoming(Sub, BBSubs[i]); in inlineCompare()
1099 Updates.push_back({DominatorTree::Insert, BBCI, BBSubs[0]}); in inlineCompare()
1102 Updates.push_back({DominatorTree::Insert, BBSubs[i], BBSubs[i + 1]}); in inlineCompare()
1103 Updates.push_back({DominatorTree::Insert, BBSubs[i], BBNE}); in inlineCompare()