Lines Matching refs:Calls
1 //===------ SimplifyLibCalls.cpp - Library calls simplifier ---------------===//
42 cl::desc("Treat error-reporting calls as cold"));
48 "shrinking for math lib calls"));
1508 // Look for all compatible sinpi, cospi and sincospi calls with the same
1578 void LibCallSimplifier::replaceTrigInsts(SmallVectorImpl<CallInst *> &Calls,
1580 for (CallInst *C : Calls)
1723 // Error reporting calls should be cold, mark them as such.
1724 // This applies even to non-builtin calls: it is only a hint and applies to
2201 // Also try to simplify calls to fortified library functions.
2526 // FIXME: We shouldn't be changing "nobuiltin" or TLI unavailable calls here.