Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp670 FunctionModRefBehavior(Min & getBestAAResults().getModRefBehavior(F)); in getModRefBehavior()
845 getBestAAResults().alias(MemoryLocation(*CI), MemoryLocation(Object)); in getModRefInfo()
892 if (getBestAAResults().alias(MemoryLocation(Inst), Loc) == NoAlias) in getModRefInfo()
903 if ((SrcAA = getBestAAResults().alias(MemoryLocation::getForSource(Inst), in getModRefInfo()
907 if ((DestAA = getBestAAResults().alias(MemoryLocation::getForDest(Inst), in getModRefInfo()
1779 AliasResult Result = getBestAAResults().alias(Locs.first, Locs.second); in aliasCheck()
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp584 FunctionModRefBehavior(Min & getBestAAResults().getModRefBehavior(F)); in getModRefBehavior()
743 getBestAAResults().alias(MemoryLocation(*CI), MemoryLocation(Object)); in getModRefInfo()
764 if (getBestAAResults().alias(MemoryLocation(Inst), Loc) == NoAlias) in getModRefInfo()
1536 AliasResult Result = getBestAAResults().alias(Locs.first, Locs.second); in aliasCheck()
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h786 AAResultsProxy getBestAAResults() { return AAResultsProxy(AAR, derived()); } in getBestAAResults() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h943 AAResultsProxy getBestAAResults() { return AAResultsProxy(AAR, derived()); } in getBestAAResults() function