Searched refs:setCalledFunction (Results 1 – 16 of 16) sorted by relevance
144 cast<CallInst>(Retain)->setCalledFunction(Decl); in optimizeRetainCall()195 Retain->setCalledFunction(Decl); in contractAutorelease()
646 cast<CallInst>(RetainRV)->setCalledFunction(NewDecl); in OptimizeRetainRVCall()695 AutoreleaseRVCI->setCalledFunction(NewDecl); in OptimizeAutoreleaseRVCall()
55 CS.setCalledFunction(ResumeAddr); in lowerResumeOrDestroy()
371 CS.setCalledFunction(Callee); in promoteCall()
2032 New->setCalledFunction(IPrintFFn); in optimizePrintF()2111 New->setCalledFunction(SIPrintFFn); in optimizeSPrintF()2268 New->setCalledFunction(FIPrintFFn); in optimizeFPrintF()
1210 void setCalledFunction(Value *Fn) {1211 setCalledFunction(1218 void setCalledFunction(FunctionType *FTy, Value *Fn) {
126 void setCalledFunction(Value *V) { in setCalledFunction() function
1527 CS.setCalledFunction(F); in visitCallSite()1533 CS.setCalledFunction(F); in visitCallSite()1537 CS.setCalledFunction(F); in visitCallSite()
562 aCI->setCalledFunction(F); in useNative()801 CI->setCalledFunction(FPExpr); in replaceWithNative()
279 II->setCalledFunction(NewDecl); in rewriteIntrinsicOperands()
1324 M->setCalledFunction(Intrinsic::getDeclaration(M->getModule(), in processMemMove()
1887 CI.setCalledFunction(Intrinsic::getDeclaration(M, MemCpyID, Tys)); in visitCallInst()4253 cast<InvokeInst>(OldCall)->setCalledFunction( in visitCallSite()4737 CS.setCalledFunction(NewCallee); in transformCallThroughTrampoline()
777 VCallSite.CS.setCalledFunction(ConstantExpr::getBitCast( in applySingleImplDevirt()
699 CS.setCalledFunction(NewV); in OptimizeAwayTrappingUsesOfValue()
3330 CI->setCalledFunction(NewFn); in UpgradeIntrinsicCall()
4797 CallSite(*UI++).setCalledFunction(I.second); in materialize()