Home
last modified time | relevance | path

Searched refs:getAAResultsForFunction (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1115 AAResults *getAAResultsForFunction(const Function &F);
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2839 AAResults *InformationCache::getAAResultsForFunction(const Function &F) { in getAAResultsForFunction() function in InformationCache
H A DAttributorAttributes.cpp3174 AAR = A.getInfoCache().getAAResultsForFunction(*getAnchorScope()); in mayAliasWithArgument()