Searched refs:getBestAAResults (Results 1 – 2 of 2) sorted by relevance
770 AAResultsProxy getBestAAResults() { return AAResultsProxy(AAR, derived()); } in getBestAAResults() function791 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 …]
720 getBestAAResults().alias(MemoryLocation(*CI), MemoryLocation(Object)); in getModRefInfo()1430 AliasResult Result = getBestAAResults().alias(Locs.first, Locs.second); in aliasCheck()