Searched defs:AARGetter (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | ThinLTOBitcodeWriter.cpp | 254 function_ref<AAResults &(Function &)> AARGetter, Module &M) { in splitAndWriteThinLTOBitcode() 507 function_ref<AAResults &(Function &)> AARGetter, in writeThinLTOBitcode()
|
H A D | FunctionAttrs.cpp | 240 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 D | Inliner.cpp | 310 bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter, in inlineCallIfPossible() 368 function_ref<AAResults &(Function &)> AARGetter, in inlineCallsImpl()
|
H A D | WholeProgramDevirt.cpp | 544 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()
|