Searched refs:setCalledFunction (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp220 Retain->setCalledFunction(getRetainAutoreleaseRVCallee(F.getParent()));
222 Retain->setCalledFunction(getRetainAutoreleaseCallee(F.getParent()));
H A DObjCARCOpts.cpp975 cast<CallInst>(Retain)->setCalledFunction(getRetainRVCallee(F.getParent()));
1037 cast<CallInst>(RetainRV)->setCalledFunction(getRetainCallee(F.getParent()));
1078 setCalledFunction(getAutoreleaseCallee(F.getParent()));
2555 Autorelease->setCalledFunction(getAutoreleaseRVCallee(F.getParent()));
/external/llvm/include/llvm/Support/
H A DCallSite.h98 /// setCalledFunction - Set the callee to the specified value.
100 void setCalledFunction(Value *V) { function in class:llvm::CallSiteBase
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp249 CI.setCalledFunction(Intrinsic::getDeclaration(M, MemCpyID, Tys));
913 cast<InvokeInst>(OldCall)->setCalledFunction(
1403 CS.setCalledFunction(NewCallee);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1412 New->setCalledFunction(IPrintFFn);
1505 New->setCalledFunction(SIPrintFFn);
1580 New->setCalledFunction(FIPrintFFn);
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp880 M->setCalledFunction(Intrinsic::getDeclaration(Mod, Intrinsic::memcpy,
/external/llvm/include/llvm/IR/
H A DInstructions.h1363 /// setCalledFunction - Set the function called.
1364 void setCalledFunction(Value* Fn) { function in class:llvm::CallInst
3095 /// setCalledFunction - Set the function called.
3096 void setCalledFunction(Value* Fn) { function in class:llvm::InvokeInst
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp888 CS.setCalledFunction(NewV);

Completed in 165 milliseconds