Home
last modified time | relevance | path

Searched refs:getAliasSetFor (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DAliasSetTracker.cpp317 AliasSet &AliasSetTracker::getAliasSetFor(const MemoryLocation &MemLoc) { in getAliasSetFor() function in AliasSetTracker
601 AliasSet &AS = getAliasSetFor(Loc); in addPointer()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h387 AliasSet &getAliasSetFor(const MemoryLocation &MemLoc);
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1148 AliasSet &AS = Context.AST.getAliasSetFor( in isValidAccess()