Lines Matching refs:getCalledFunction
125 Function *Callee = CS.getCalledFunction(); in InlineCallIfPossible()
269 Function *Callee = CS.getCalledFunction(); in getInlineThreshold()
304 emitAnalysis(CS, Twine(CS.getCalledFunction()->getName()) + in shouldInline()
312 emitAnalysis(CS, Twine(CS.getCalledFunction()->getName() + in shouldInline()
322 emitAnalysis(CS, Twine(CS.getCalledFunction()->getName() + in shouldInline()
359 if (!CS2 || CS2.getCalledFunction() != Caller) { in shouldInline()
394 CS.getCalledFunction()->getName() + in shouldInline()
405 CS, CS.getCalledFunction()->getName() + Twine(" can be inlined into ") + in shouldInline()
466 if (CS.getCalledFunction() && CS.getCalledFunction()->isDeclaration()) in runOnSCC()
483 if (Function *F = CallSites[i].first.getCalledFunction()) in runOnSCC()
503 Function *Callee = CS.getCalledFunction(); in runOnSCC()