Searched refs:SetInsertPointPastAllocas (Results 1 – 7 of 7) sorted by relevance
671 Builder.SetInsertPointPastAllocas(CBF); in expandCall()735 Builder.SetInsertPointPastAllocas(CBF); in expandCall()761 Builder.SetInsertPointPastAllocas(CBF); in expandCall()
357 AtEntry.SetInsertPointPastAllocas(&F); in runOnFunction()
396 B.SetInsertPointPastAllocas(OpA->getParent()); in buildSpvPtrcast()1260 IsPhi ? B.SetInsertPointPastAllocas(I->getParent()->getParent()) in preprocessCompositeConstants()2080 IsPhi ? B.SetInsertPointPastAllocas(I->getParent()->getParent()) in processInstrAfterVisit()2175 B.SetInsertPointPastAllocas(F); in processParamTypesByFunHeader()2223 B.SetInsertPointPastAllocas(F); in processParamTypes()2336 B.SetInsertPointPastAllocas(Arg->getParent()); in applyDemangledPtrArgTypes()
195 Builder.SetInsertPointPastAllocas(Builder.GetInsertBlock()->getParent()); in createArrayFromVector()
1318 B.SetInsertPointPastAllocas(F); in insertSinCos()
1415 IRB.SetInsertPointPastAllocas(A->getParent()); in getPtrParts()
241 void SetInsertPointPastAllocas(Function *F) { in SetInsertPointPastAllocas() function