Home
last modified time | relevance | path

Searched refs:GetAAR (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp36 function_ref<AAResults &(Function &)> GetAAR, in AlwaysInlineImpl() argument
69 &GetAAR(F), InsertLifetime); in AlwaysInlineImpl()
130 auto GetAAR = [&](Function &F) -> AAResults & { in runOnModule() local
137 return AlwaysInlineImpl(M, InsertLifetime, PSI, GetAssumptionCache, GetAAR, in runOnModule()
175 auto GetAAR = [&](Function &F) -> AAResults & { in run() local
181 GetAAR, GetBFI); in run()