Home
last modified time | relevance | path

Searched refs:getBestAAResults (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h770 AAResultsProxy getBestAAResults() { return AAResultsProxy(AAR, derived()); } in getBestAAResults() function
791 return getBestAAResults().getModRefBehavior(F); in getModRefBehavior()
814 auto MRB = getBestAAResults().getModRefBehavior(CS); in getModRefInfo()
834 AliasResult ArgAlias = getBestAAResults().alias(ArgLoc, Loc); in getModRefInfo()
836 ModRefInfo ArgMask = getBestAAResults().getArgModRefInfo(CS, ArgIdx); in getModRefInfo()
850 getBestAAResults().pointsToConstantMemory(Loc, /*OrLocal*/ false)) in getModRefInfo()
865 auto CS1B = getBestAAResults().getModRefBehavior(CS1); in getModRefInfo()
869 auto CS2B = getBestAAResults().getModRefBehavior(CS2); in getModRefInfo()
902 getBestAAResults().getArgModRefInfo(CS2, CS2ArgIdx); in getModRefInfo()
909 getBestAAResults().getModRefInfo(CS1, CS2ArgLoc)); in getModRefInfo()
[all …]
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp720 getBestAAResults().alias(MemoryLocation(*CI), MemoryLocation(Object)); in getModRefInfo()
1430 AliasResult Result = getBestAAResults().alias(Locs.first, Locs.second); in aliasCheck()