Searched refs:saveIP (Results 1 – 3 of 3) sorted by relevance
1172 CGBuilderTy::InsertPoint savedIP = CGF.Builder.saveIP(); in emitCatchDispatchBlock()1642 CGBuilderTy::InsertPoint SavedIP = Builder.saveIP(); in getEHResumeBlock()
2418 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCRetainAfterCall()2428 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCRetainAfterCall()
153 InsertPoint saveIP() const { in saveIP() function