Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp741 FunctionModRefBehavior(Min & getBestAAResults().getModRefBehavior(F)); in getModRefBehavior()
925 AliasResult AR = getBestAAResults().alias(MemoryLocation(*CI), in getModRefInfo()
972 if (getBestAAResults().alias(MemoryLocation(Call), Loc, AAQI) == NoAlias) in getModRefInfo()
983 if ((SrcAA = getBestAAResults().alias(MemoryLocation::getForSource(Inst), in getModRefInfo()
987 if ((DestAA = getBestAAResults().alias(MemoryLocation::getForDest(Inst), in getModRefInfo()
1901 AliasResult Result = getBestAAResults().alias(Locs.first, Locs.second, AAQI); in aliasCheck()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h1029 AAResultsProxy getBestAAResults() { return AAResultsProxy(AAR, derived()); } in getBestAAResults() function