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

  /external/llvm/include/llvm/Transforms/Utils/
SimplifyLibCalls.h 38 /// optimizeCall - Take the given call instruction and return a more
44 Value *optimizeCall(CallInst *CI);
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 60 Value *optimizeCall(CallInst *CI, const DataLayout *TD,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 793 if (Value *With = Simplifier->optimizeCall(CI)) {
    [all...]

Completed in 200 milliseconds