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

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 143 cast<CallInst>(Retain)->setCalledFunction(Decl);
196 Retain->setCalledFunction(Decl);
ObjCARCOpts.cpp     [all...]
  /external/llvm/include/llvm/IR/
CallSite.h 97 /// setCalledFunction - Set the callee to the specified value.
99 void setCalledFunction(Value *V) {
Instructions.h     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 351 Call->setCalledFunction(NewF);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 251 CI.setCalledFunction(Intrinsic::getDeclaration(M, MemCpyID, Tys));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
MemorySanitizer.cpp 690 CS.setCalledFunction(NewFnPhi);
694 CS.setCalledFunction(NewFn);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 690 CS.setCalledFunction(NewV);
    [all...]

Completed in 141 milliseconds