Home
last modified time | relevance | path

Searched refs:saveIP (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGException.cpp1173 CGBuilderTy::InsertPoint savedIP = CGF.Builder.saveIP(); in emitCatchDispatchBlock()
1643 CGBuilderTy::InsertPoint SavedIP = Builder.saveIP(); in getEHResumeBlock()
DCGObjC.cpp2419 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCRetainAfterCall()
2429 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCRetainAfterCall()
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp572 BuilderType::InsertPoint SaveInsertPt = Builder.saveIP(); in expandAddToGEP()
/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DIRBuilder.h157 InsertPoint saveIP() const { in saveIP() function