Searched refs:getBestAAResults (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 670 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/ |
D | BasicAliasAnalysis.cpp | 584 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/ |
D | AliasAnalysis.h | 786 AAResultsProxy getBestAAResults() { return AAResultsProxy(AAR, derived()); } in getBestAAResults() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 943 AAResultsProxy getBestAAResults() { return AAResultsProxy(AAR, derived()); } in getBestAAResults() function
|