Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp860 promoteArguments(Function *F, function_ref<AAResults &(Function &F)> AARGetter, in promoteArguments()
1029 auto AARGetter = [&](Function &F) -> AAResults & { in run() local
1117 LegacyAARGetter AARGetter(*this); in runOnSCC() local
H A DThinLTOBitcodeWriter.cpp227 function_ref<AAResults &(Function &)> AARGetter, Module &M) { in splitAndWriteThinLTOBitcode()
478 function_ref<AAResults &(Function &)> AARGetter, in writeThinLTOBitcode()
H A DInliner.cpp246 bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter, in inlineCallIfPossible()
304 function_ref<AAResults &(Function &)> AARGetter, in inlineCallsImpl()
H A DFunctionAttrs.cpp243 static bool addReadAttrs(const SCCNodeSet &SCCNodes, AARGetterT &&AARGetter) { in addReadAttrs()
1586 AARGetterT &&AARGetter) { in deriveAttrsInPostOrder()
1632 auto AARGetter = [&](Function &F) -> AAResults & { in run() local
1687 static bool runImpl(CallGraphSCC &SCC, AARGetterT AARGetter) { in runImpl()
H A DWholeProgramDevirt.cpp500 function_ref<AAResults &(Function &)> AARGetter; member
756 auto AARGetter = [&](Function &F) -> AAResults & { in run() local
878 Module &M, function_ref<AAResults &(Function &)> AARGetter, in runForTesting()