Searched refs:BBSuccess (Results 1 – 1 of 1) sorted by relevance
1145 BasicBlock *BBSuccess = BasicBlock::Create( in foldMemChr() local1147 IRB.SetInsertPoint(BBSuccess); in foldMemChr()1152 Updates.push_back({DominatorTree::Insert, BBSuccess, BBNext}); in foldMemChr()1161 BB->getParent(), BBSuccess); in foldMemChr()1165 IRB.CreateBr(BBSuccess); in foldMemChr()1168 Updates.push_back({DominatorTree::Insert, BBCase, BBSuccess}); in foldMemChr()1175 PHI->addIncoming(FirstOccursLocation, BBSuccess); in foldMemChr()