Searched refs:tryOptimizeCall (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h242 Instruction *tryOptimizeCall(CallInst *CI, const DataLayout *DL);
H A DInstCombineCalls.cpp1037 Instruction *InstCombiner::tryOptimizeCall(CallInst *CI, const DataLayout *DL) { function in class:InstCombiner
1215 Instruction *I = tryOptimizeCall(CI, DL);

Completed in 142 milliseconds