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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h398 AliasSet &getAliasSetFor(const MemoryLocation &MemLoc);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp353 AliasSet &AliasSetTracker::getAliasSetFor(const MemoryLocation &MemLoc) { function in class:AliasSetTracker
644 AliasSet &AS = getAliasSetFor(Loc);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1217 auto &AS = CurAST->getAliasSetFor(MemoryLocation::get(SI));
2254 bool isInvalidatedAccordingToAST = CurAST->getAliasSetFor(MemLoc).isMod();

Completed in 210 milliseconds