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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMemIntrinsicResults.cpp149 static bool optimizeCall(MachineBasicBlock &MBB, MachineInstr &MI, function
206 Changed |= optimizeCall(MBB, MI, MRI, MDT, LIS, TLI, LibInfo);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h53 Value *optimizeCall(CallInst *CI);
146 /// optimizeCall - Take the given call instruction and return a more
153 Value *optimizeCall(CallInst *CI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3047 Value *LibCallSimplifier::optimizeCall(CallInst *CI) {
3100 if (Value *SimplifiedFortifiedCI = FortifiedSimplifier.optimizeCall(CI)) {
3464 Value *FortifiedLibCallSimplifier::optimizeCall(CallInst *CI) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4267 if (Value *With = Simplifier.optimizeCall(CI)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2036 if (Value *V = Simplifier.optimizeCall(CI)) {

Completed in 203 milliseconds