Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h233 Instruction *tryOptimizeCall(CallInst *CI);
H A DInstCombineCalls.cpp2953 Instruction *InstCombinerImpl::tryOptimizeCall(CallInst *CI) { in tryOptimizeCall() function in InstCombinerImpl
3241 Instruction *I = tryOptimizeCall(CI); in visitCallBase()