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

/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DInliner.cpp307 inlineCallIfPossible( CallBase &CB, InlineFunctionInfo &IFI, InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter, ImportedFunctionsInliningStatistics &ImportedFunctionsStats) argument
362 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.cpp252 splitAndWriteThinLTOBitcode( raw_ostream &OS, raw_ostream *ThinLinkOS, function_ref<AAResults &(Function &)> AARGetter, Module &M) argument
506 writeThinLTOBitcode(raw_ostream &OS, raw_ostream *ThinLinkOS, function_ref<AAResults &(Function &)> AARGetter, Module &M, const ModuleSummaryIndex *Index) argument
H A DFunctionAttrs.cpp240 static void addMemoryAttrs(const SCCNodeSet &SCCNodes, AARGetterT &&AARGetter, argument
H A DWholeProgramDevirt.cpp544 function_ref<AAResults &(Function &)> AARGetter; member in struct:__anon3379::DevirtModule
581 DevirtModule(Module &M, function_ref<AAResults &(Function &)> AARGetter, argument
754 auto AARGetter = [&](Function &F) -> AAResults & { local
903 runForTesting( Module &M, function_ref<AAResults &(Function &)> AARGetter, function_ref<OptimizationRemarkEmitter &(Function *)> OREGetter, function_ref<DominatorTree &(Function &)> LookupDomTree) argument
[all...]

Completed in 81 milliseconds