Home
last modified time | relevance | path

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

/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