HomeSort by relevance Sort by last modified time
    Searched full:setcalledfunction (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Support/
CallSite.h 98 /// setCalledFunction - Set the callee to the specified value...
100 void setCalledFunction(Value *V) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 222 CI.setCalledFunction(Intrinsic::getDeclaration(M, MemCpyID, Tys));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
SimplifyLibCalls.cpp     [all...]
MemCpyOptimizer.cpp 850 M->setCalledFunction(Intrinsic::getDeclaration(Mod, Intrinsic::memcpy
    [all...]
  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 719 CS.setCalledFunction(NewV);
    [all...]

Completed in 479 milliseconds