Searched refs:saveIP (Results 1 – 3 of 3) sorted by relevance
1157 CGBuilderTy::InsertPoint savedIP = CGF.Builder.saveIP(); in emitCatchDispatchBlock()1552 CGBuilderTy::InsertPoint SavedIP = Builder.saveIP(); in getEHResumeBlock()
2343 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCRetainAfterCall()2353 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCRetainAfterCall()
149 InsertPoint saveIP() const { in saveIP() function