Searched refs:saveIP (Results 1 – 6 of 6) sorted by relevance
778 auto saveIP = IRB()->saveIP(); in CreateEntryAlloca() local781 if (saveIP.isSet()) in CreateEntryAlloca()782 IRB()->restoreIP(saveIP); in CreateEntryAlloca()788 auto saveIP = IRB()->saveIP(); in CreateEntryAlloca() local791 if (saveIP.isSet()) in CreateEntryAlloca()792 IRB()->restoreIP(saveIP); in CreateEntryAlloca()
223 return Builder.saveIP(); in emitBarrierImpl()265 return Builder.saveIP(); in CreateCancel()298 FI.FiniCB(Builder.saveIP()); in emitCancelationCheckImpl()479 PrivCB(AllocaIP, Builder.saveIP(), V, ReplacementValue)); in CreateParallel()
117 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription()
1692 auto CurrIP = Builder.saveIP(); in createVectorIntOrFpInductionPHI()2039 auto OldIP = Builder.saveIP(); in getOrCreateVectorValue()
193 InsertPoint saveIP() const { in saveIP() function
4170 auto oldInsertionPoint = jit->builder->saveIP(); in promoteFunctionToCoroutine()