Searched refs:BBSuccess (Results 1 – 1 of 1) sorted by relevance
1215 BasicBlock *BBSuccess = BasicBlock::Create( in foldMemChr() local1217 IRB.SetInsertPoint(BBSuccess); in foldMemChr()1222 Updates.push_back({DominatorTree::Insert, BBSuccess, BBNext}); in foldMemChr()1231 BB->getParent(), BBSuccess); in foldMemChr()1235 IRB.CreateBr(BBSuccess); in foldMemChr()1238 Updates.push_back({DominatorTree::Insert, BBCase, BBSuccess}); in foldMemChr()1245 PHI->addIncoming(FirstOccursLocation, BBSuccess); in foldMemChr()