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 628 cast<CallInst>(RetainRV)->setCalledFunction(NewDecl);
664 AutoreleaseRVCI->setCalledFunction(NewDecl);
    [all...]
  /external/llvm/include/llvm/IR/
CallSite.h 98 /// setCalledFunction - Set the callee to the specified value.
100 void setCalledFunction(Value *V) {
Instructions.h     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 372 Call->setCalledFunction(NewF);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 356 CI.setCalledFunction(Intrinsic::getDeclaration(M, MemCpyID, Tys));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 694 CS.setCalledFunction(NewV);
    [all...]

Completed in 250 milliseconds