Lines Matching defs:Callee
160 if (Function *Callee = CB->getCalledFunction()) {
161 if (!Callee->isDeclaration())
168 << NV("Callee", Callee) << " will not be inlined into "
205 Function &Callee = *CB->getCalledFunction();
217 inlineHistoryIncludes(&Callee, InlineHistoryID, InlineHistory)) {
234 &FAM.getResult<BlockFrequencyAnalysis>(Callee));
253 InlineHistory.push_back({&Callee, InlineHistoryID});
278 if (Callee.hasLocalLinkage()) {
281 Callee.removeDeadConstantUsers();
282 // if (Callee.use_empty() && !CG.isLibFunction(Callee)) {
283 if (Callee.use_empty() && !isKnownLibFunction(Callee, GetTLI(Callee))) {
285 return Call.first->getCaller() == &Callee;
291 Callee.dropAllReferences();
292 assert(!is_contained(DeadFunctions, &Callee) &&
294 DeadFunctions.push_back(&Callee);