HomeSort by relevance Sort by last modified time
    Searched refs:setCalledFunction (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 139 cast<CallInst>(Retain)->setCalledFunction(Decl);
187 Retain->setCalledFunction(Decl);
ObjCARCOpts.cpp 633 cast<CallInst>(RetainRV)->setCalledFunction(NewDecl);
669 AutoreleaseRVCI->setCalledFunction(NewDecl);
    [all...]
  /external/llvm/include/llvm/IR/
CallSite.h 105 /// setCalledFunction - Set the callee to the specified value.
107 void setCalledFunction(Value *V) {
Instructions.h     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 389 Call->setCalledFunction(NewF);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 733 CI.setCalledFunction(Intrinsic::getDeclaration(M, MemCpyID, Tys));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 696 CS.setCalledFunction(NewV);
    [all...]

Completed in 884 milliseconds