Searched refs:addMemoryLocation (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AliasSetTracker.cpp | 110 void AliasSet::addMemoryLocation(AliasSetTracker &AST, in addMemoryLocation() function in AliasSet 302 AS->addMemoryLocation(*this, MemLoc, MustAliasAll); in getAliasSetFor() 317 addMemoryLocation(Loc, AliasSet::NoAccess); in add() 323 addMemoryLocation(MemoryLocation::get(LI), AliasSet::RefAccess); in add() 329 addMemoryLocation(MemoryLocation::get(SI), AliasSet::ModAccess); in add() 333 addMemoryLocation(MemoryLocation::get(VAAI), AliasSet::ModRefAccess); in add() 337 addMemoryLocation(MemoryLocation::getForDest(MSI), AliasSet::ModAccess); in add() 341 addMemoryLocation(MemoryLocation::getForDest(MTI), AliasSet::ModAccess); in add() 342 addMemoryLocation(MemoryLocation::getForSource(MTI), AliasSet::RefAccess); in add() 420 addMemoryLocation(ArgLoc, getAccessFromModRef(ArgMask)); in add() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AliasSetTracker.h | 144 void addMemoryLocation(AliasSetTracker &AST, const MemoryLocation &MemLoc, 256 AliasSet &addMemoryLocation(MemoryLocation Loc, AliasSet::AccessLattice E);
|