Lines Matching defs:FAM
75 FunctionAnalysisManager &FAM,
86 // need to use the provided FAM, which is valid for the duration of the
91 M, FAM, Params, InlineContext{LTOPhase, InlinePass::ModuleInliner});
130 FunctionAnalysisManager &FAM =
133 auto GetTLI = [&FAM](Function &F) -> TargetLibraryInfo & {
134 return FAM.getResult<TargetLibraryAnalysis>(F);
137 InlineAdvisor &Advisor = getAdvisor(MAM, FAM, M);
151 auto Calls = getInlineOrder(FAM, Params, MAM, M);
157 auto &ORE = FAM.getResult<OptimizationRemarkEmitterAnalysis>(F);
213 return FAM.getResult<AssumptionAnalysis>(F);
233 &FAM.getResult<BlockFrequencyAnalysis>(*(CB->getCaller())),
234 &FAM.getResult<BlockFrequencyAnalysis>(Callee));
238 &FAM.getResult<AAManager>(*CB->getCaller()));
312 FAM.clear(*DeadF, DeadF->getName());