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

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 142 cast<CallInst>(Retain)->setCalledFunction(Decl);
195 Retain->setCalledFunction(Decl);
ObjCARCOpts.cpp     [all...]
  /external/llvm/include/llvm/Support/
CallSite.h 97 /// setCalledFunction - Set the callee to the specified value.
99 void setCalledFunction(Value *V) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 249 CI.setCalledFunction(Intrinsic::getDeclaration(M, MemCpyID, Tys));
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 312 milliseconds