Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp832 CGBuilderTy::InsertPoint savedIP = CGF.Builder.saveIP(); in emitCatchDispatchBlock()
1241 CGBuilderTy::InsertPoint SavedIP = Builder.saveIP(); in getEHResumeBlock()
DCGObjC.cpp2422 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCRetainAfterCall()
2432 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCRetainAfterCall()
DCGCall.cpp3099 CGBuilderTy::InsertPoint IP = Builder.saveIP(); in EmitCall()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp535 BuilderType::InsertPoint SaveInsertPt = Builder.saveIP(); in expandAddToGEP()
/external/llvm/include/llvm/IR/
DIRBuilder.h156 InsertPoint saveIP() const { in saveIP() function