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

1 2

  /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/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 98 /// setCalledFunction - Set the callee to the specified value...
100 void setCalledFunction(Value *V) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroEarly.cpp 55 CS.setCalledFunction(ResumeAddr);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CallPromotionUtils.cpp 369 CS.setCalledFunction(Callee);
  /external/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 459 CI->setCalledFunction(DirectCallee);
468 II->setCalledFunction(DirectCallee);
DataFlowSanitizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 144 cast<CallInst>(Retain)->setCalledFunction(Decl);
195 Retain->setCalledFunction(Decl);
ObjCARCOpts.cpp 635 cast<CallInst>(RetainRV)->setCalledFunction(NewDecl);
684 AutoreleaseRVCI->setCalledFunction(NewDecl);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 222 CI.setCalledFunction(Intrinsic::getDeclaration(M, MemCpyID, Tys));
    [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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
CallSite.h 126 void setCalledFunction(Value *V) {
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
SimplifyLibCalls.cpp     [all...]
MemCpyOptimizer.cpp 846 M->setCalledFunction(Intrinsic::getDeclaration(Mod, Intrinsic::memcpy,
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPULibCalls.cpp 562 aCI->setCalledFunction(F);
801 CI->setCalledFunction(FPExpr);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 788 Call->setCalledFunction(NewF);
  /external/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 407 VCallSite.CS.setCalledFunction(ConstantExpr::getBitCast(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
InferAddressSpaces.cpp 279 II->setCalledFunction(NewDecl);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
LazyCallGraphTest.cpp     [all...]

Completed in 1832 milliseconds

1 2