reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
845 InstsToAppend.push_back(llvm::BranchInst::Create(BranchAfter)); 868 InstsToAppend.push_back(Load); 869 InstsToAppend.push_back(Switch); 890 InstsToAppend.push_back(llvm::BranchInst::Create(BranchThroughDest)); 901 for (unsigned I = 0, E = InstsToAppend.size(); I != E; ++I) 902 NormalExit->getInstList().push_back(InstsToAppend[I]);