Searched refs:PrevInsertPoint (Results 1 – 2 of 2) sorted by relevance
83 BasicBlock::iterator PrevInsertPoint = Builder->GetInsertPoint(); in getTrapBB() local94 Builder->SetInsertPoint(PrevInsertPoint); in getTrapBB()
653 Instruction *PrevInsertPoint = Builder.GetInsertPoint(); in compute_() local680 if (PrevInsertPoint) in compute_()681 Builder.SetInsertPoint(PrevInsertPoint); in compute_()