Lines Matching defs:Exit
146 for (BasicBlock *Exit : CR->Exits) {
147 for (BasicBlock *Target : gatherSuccessors(Exit)) {
187 for (auto Exit : SortedExits) {
188 llvm::Value *Value = createExitVariable(Exit, TargetToValue);
189 IRBuilder<> B2(Exit);
190 B2.SetInsertPoint(Exit->getFirstInsertionPt());
192 ExitToVariable.emplace_back(std::make_pair(Exit, Value));
206 for (auto Exit : CR->Exits)
207 replaceBranchTargets(Exit, ExitTargets, NewExitTarget);
237 for (auto *Exit : CR->Exits) {
238 auto Set = gatherSuccessors(Exit);