Searched defs:AARGetter (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp232 static bool addReadAttrs(const SCCNodeSet &SCCNodes, AARGetterT &&AARGetter) { argument
H A DInliner.cpp254 inlineCallIfPossible( CallBase &CB, InlineFunctionInfo &IFI, InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter, ImportedFunctionsInliningStatistics &ImportedFunctionsStats) argument
309 inlineCallsImpl(CallGraphSCC &SCC, CallGraph &CG, std::function<AssumptionCache &(Function &)> GetAssumptionCache, ProfileSummaryInfo *PSI, std::function<const TargetLibraryInfo &(Function &)> GetTLI, bool InsertLifetime, function_ref<InlineCost(CallBase &CB)> GetInlineCost, function_ref<AAResults &(Function &)> AARGetter, ImportedFunctionsInliningStatistics &ImportedFunctionsStats) argument
H A DThinLTOBitcodeWriter.cpp200 splitAndWriteThinLTOBitcode( raw_ostream &OS, raw_ostream *ThinLinkOS, function_ref<AAResults &(Function &)> AARGetter, Module &M) argument
448 writeThinLTOBitcode(raw_ostream &OS, raw_ostream *ThinLinkOS, function_ref<AAResults &(Function &)> AARGetter, Module &M, const ModuleSummaryIndex *Index) argument
H A DArgumentPromotion.cpp864 promoteArguments(Function *F, function_ref<AAResults &(Function &F)> AARGetter, argument
1035 auto AARGetter = [&](Function &F) -> AAResults & { local
H A DWholeProgramDevirt.cpp491 function_ref<AAResults &(Function &)> AARGetter; member in struct:__anon4558::DevirtModule
523 DevirtModule(Module &M, function_ref<AAResults &(Function &)> AARGetter, argument
747 auto AARGetter = [&](Function &F) -> AAResults & { local
855 runForTesting( Module &M, function_ref<AAResults &(Function &)> AARGetter, function_ref<OptimizationRemarkEmitter &(Function *)> OREGetter, function_ref<DominatorTree &(Function &)> LookupDomTree) argument
[all...]

Completed in 77 milliseconds