Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DAliasSetTracker.cpp327 AliasSet &AliasSetTracker::getAliasSetFor(const MemoryLocation &MemLoc) { in getAliasSetFor() function in AliasSetTracker
610 AliasSet &AS = getAliasSetFor(Loc); in addPointer()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h390 AliasSet &getAliasSetFor(const MemoryLocation &MemLoc);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1122 auto &AS = CurAST->getAliasSetFor(MemoryLocation::get(SI)); in canSinkOrHoistInst()
2054 bool isInvalidatedAccordingToAST = CurAST->getAliasSetFor(MemLoc).isMod(); in pointerInvalidatedByLoop()