Searched refs:InstsToAppend (Results 1 – 2 of 2) sorted by relevance
825 SmallVector<llvm::Instruction*, 2> InstsToAppend; in PopCleanupBlock() local843 InstsToAppend.push_back(llvm::BranchInst::Create(BranchAfter)); in PopCleanupBlock()869 InstsToAppend.push_back(Load); in PopCleanupBlock()870 InstsToAppend.push_back(Switch); in PopCleanupBlock()891 InstsToAppend.push_back(llvm::BranchInst::Create(BranchThroughDest)); in PopCleanupBlock()902 for (unsigned I = 0, E = InstsToAppend.size(); I != E; ++I) in PopCleanupBlock()903 NormalExit->getInstList().push_back(InstsToAppend[I]); in PopCleanupBlock()
785 SmallVector<llvm::Instruction*, 2> InstsToAppend; in PopCleanupBlock() local803 InstsToAppend.push_back(llvm::BranchInst::Create(BranchAfter)); in PopCleanupBlock()826 InstsToAppend.push_back(Load); in PopCleanupBlock()827 InstsToAppend.push_back(Switch); in PopCleanupBlock()848 InstsToAppend.push_back(llvm::BranchInst::Create(BranchThroughDest)); in PopCleanupBlock()859 for (unsigned I = 0, E = InstsToAppend.size(); I != E; ++I) in PopCleanupBlock()860 NormalExit->getInstList().push_back(InstsToAppend[I]); in PopCleanupBlock()