Searched refs:SetInsertPointPastAllocas (Results 1 – 6 of 6) sorted by relevance
693 Builder.SetInsertPointPastAllocas(CBF); in expandCall()757 Builder.SetInsertPointPastAllocas(CBF); in expandCall()783 Builder.SetInsertPointPastAllocas(CBF); in expandCall()
801 B.SetInsertPointPastAllocas(OpA->getParent()); in deduceOperandElementType()904 IsPhi ? B.SetInsertPointPastAllocas(I->getParent()->getParent()) in preprocessCompositeConstants()1524 IsPhi ? B.SetInsertPointPastAllocas(I->getParent()->getParent()) in processInstrAfterVisit()1610 B.SetInsertPointPastAllocas(F); in processParamTypesByFunHeader()1623 B.SetInsertPointPastAllocas(F); in processParamTypes()
359 AtEntry.SetInsertPointPastAllocas(&F); in runOnFunction()
1320 B.SetInsertPointPastAllocas(F); in insertSinCos()
805 IRB.SetInsertPointPastAllocas(A->getParent()); in getPtrParts()
211 void SetInsertPointPastAllocas(Function *F) { in SetInsertPointPastAllocas() function