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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp202 function_ref<AAResults &(Function &)> AARGetter, Module &M) {
269 computeFunctionBodyMemoryAccess(*F, AARGetter(*F)) == MAK_ReadNone)
449 function_ref<AAResults &(Function &)> AARGetter,
456 return splitAndWriteThinLTOBitcode(OS, ThinLinkOS, AARGetter, M);
200 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 DFunctionAttrs.cpp232 static bool addReadAttrs(const SCCNodeSet &SCCNodes, AARGetterT &&AARGetter) { argument
239 AAResults &AAR = AARGetter(*F);
1385 AARGetterT &&AARGetter,
1394 Changed |= addReadAttrs(SCCNodes, AARGetter);
1418 auto AARGetter = [&](Function &F) -> AAResults & {
1450 if (deriveAttrsInPostOrder(SCCNodes, AARGetter, HasUnknownCall))
1492 static bool runImpl(CallGraphSCC &SCC, AARGetterT AARGetter) {
1512 return deriveAttrsInPostOrder(SCCNodes, AARGetter, ExternalNode);
H A DArgumentPromotion.cpp864 promoteArguments(Function *F, function_ref<AAResults &(Function &F)> AARGetter, argument
926 AAResults &AAR = AARGetter(*F);
1035 auto AARGetter = [&](Function &F) -> AAResults & { local
1042 promoteArguments(&OldF, AARGetter, MaxElements, None, TTI);
1122 LegacyAARGetter AARGetter(*this);
1146 if (Function *NewF = promoteArguments(OldF, AARGetter, MaxElements,
H A DInliner.cpp257 bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter,
262 AAResults &AAR = AARGetter(*Callee);
315 function_ref<AAResults &(Function &)> AARGetter,
458 InsertLifetime, AARGetter, ImportedFunctionsStats);
254 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 DWholeProgramDevirt.cpp491 function_ref<AAResults &(Function &)> AARGetter; member in struct:__anon4558::DevirtModule
523 DevirtModule(Module &M, function_ref<AAResults &(Function &)> AARGetter, argument
528 : M(M), AARGetter(AARGetter), LookupDomTree(LookupDomTree),
632 runForTesting(Module &M, function_ref<AAResults &(Function &)> AARGetter,
747 auto AARGetter = [&](Function &F) -> AAResults & { local
756 if (!DevirtModule(M, AARGetter, OREGetter, LookupDomTree, ExportSummary,
856 Module &M, function_ref<AAResults &(Function &)> AARGetter,
883 DevirtModule(M, AARGetter, OREGetter, LookupDomTree,
1574 computeFunctionBodyMemoryAccess(*Target.Fn, AARGetter(*Targe
855 runForTesting( Module &M, function_ref<AAResults &(Function &)> AARGetter, function_ref<OptimizationRemarkEmitter &(Function *)> OREGetter, function_ref<DominatorTree &(Function &)> LookupDomTree) argument
[all...]

Completed in 186 milliseconds