Searched refs:optimizeCall (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h39 /// optimizeCall - Take the given call instruction and return a more
45 Value *optimizeCall(CallInst *CI);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp67 Value *optimizeCall(CallInst *CI, const DataLayout *DL, function in class:__anon26366::LibCallOptimization
2037 Value *optimizeCall(CallInst *CI);
2286 Value *LibCallSimplifierImpl::optimizeCall(CallInst *CI) { function in class:llvm::LibCallSimplifierImpl
2290 return LCO->optimizeCall(CI, DL, TLI, LCS, Builder);
2305 Value *LibCallSimplifier::optimizeCall(CallInst *CI) { function in class:llvm::LibCallSimplifier
2307 return Impl->optimizeCall(CI);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1040 if (Value *With = Simplifier->optimizeCall(CI)) {

Completed in 540 milliseconds