Lines Matching refs:Callee
149 if (Function *Callee = CB->getCalledFunction()) { in run() local
150 if (!Callee->isDeclaration()) in run()
157 << NV("Callee", Callee) << " will not be inlined into " in run()
184 Function &Callee = *CB->getCalledFunction(); in run() local
196 inlineHistoryIncludes(&Callee, InlineHistoryID, InlineHistory)) { in run()
213 &FAM.getResult<BlockFrequencyAnalysis>(Callee)); in run()
232 InlineHistory.push_back({&Callee, InlineHistoryID}); in run()
255 if (Callee.hasLocalLinkage()) { in run()
258 Callee.removeDeadConstantUsers(); in run()
260 if (Callee.use_empty() && !isKnownLibFunction(Callee, GetTLI(Callee))) { in run()
262 return Call.first->getCaller() == &Callee; in run()
268 Callee.dropAllReferences(); in run()
269 assert(!is_contained(DeadFunctions, &Callee) && in run()
271 DeadFunctions.push_back(&Callee); in run()