Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp254 function_ref<AAResults &(Function &)> AARGetter, Module &M) { in splitAndWriteThinLTOBitcode()
507 function_ref<AAResults &(Function &)> AARGetter, in writeThinLTOBitcode()
H A DFunctionAttrs.cpp240 static void addMemoryAttrs(const SCCNodeSet &SCCNodes, AARGetterT &&AARGetter, in addMemoryAttrs()
1734 deriveAttrsInPostOrder(ArrayRef<Function *> Functions, AARGetterT &&AARGetter) { in deriveAttrsInPostOrder()
1782 auto AARGetter = [&](Function &F) -> AAResults & { in run() local
1859 static bool runImpl(CallGraphSCC &SCC, AARGetterT AARGetter) { in runImpl()
H A DInliner.cpp310 bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter, in inlineCallIfPossible()
368 function_ref<AAResults &(Function &)> AARGetter, in inlineCallsImpl()
H A DWholeProgramDevirt.cpp544 function_ref<AAResults &(Function &)> AARGetter; member
754 auto AARGetter = [&](Function &F) -> AAResults & { in run() local
904 Module &M, function_ref<AAResults &(Function &)> AARGetter, in runForTesting()