Searched refs:ExitB (Results 1 – 1 of 1) sorted by relevance
1071 BasicBlock *ExitB) { in promoteTypes() argument1077 if (!ExitB || (ExitB->getSinglePredecessor() != LoopB)) in promoteTypes()1083 for (PHINode &P : ExitB->phis()) { in promoteTypes()1465 IRB.SetInsertPoint(ExitB, ExitB->getFirstInsertionPt()); in convertShiftsToLeft()1466 for (auto P = ExitB->begin(), Q = ExitB->end(); P != Q; ++P) { in convertShiftsToLeft()1790 if (ExitB == nullptr) in recognize()1857 if (!promoteTypes(LoopB, ExitB)) in recognize()2146 BasicBlock *ExitB; in processCopyingStore() local2153 ExitB = ExitBlocks[0]; in processCopyingStore()2255 DomTreeNode *BN = DT->getNode(ExitB); in processCopyingStore()[all …]