Home | History | Annotate | Download | only in Utils

Lines Matching refs:Calls

1 //===------ SimplifyLibCalls.cpp - Library calls simplifier ---------------===//
41 cl::desc("Treat error-reporting calls as cold"));
47 "shrinking for math lib calls"));
1329 // Both calls must allow unsafe optimizations in order to remove them.
1417 // Look for all compatible sinpi, cospi and sincospi calls with the same
1448 // Don't consider calls in other functions.
1475 void LibCallSimplifier::replaceTrigInsts(SmallVectorImpl<CallInst *> &Calls,
1477 for (CallInst *C : Calls)
1548 // Error reporting calls should be cold, mark them as such.
1549 // This applies even to non-builtin calls: it is only a hint and applies to
1990 // Also try to simplify calls to fortified library functions.
2298 // FIXME: We shouldn't be changing "nobuiltin" or TLI unavailable calls here.