Searched refs:addMemoryLocation (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AliasSetTracker.cpp | 111 void AliasSet::addMemoryLocation(AliasSetTracker &AST, in addMemoryLocation() function in AliasSet 303 AS->addMemoryLocation(*this, MemLoc, MustAliasAll); in getAliasSetFor() 318 addMemoryLocation(Loc, AliasSet::NoAccess); in add() 324 addMemoryLocation(MemoryLocation::get(LI), AliasSet::RefAccess); in add() 330 addMemoryLocation(MemoryLocation::get(SI), AliasSet::ModAccess); in add() 334 addMemoryLocation(MemoryLocation::get(VAAI), AliasSet::ModRefAccess); in add() 338 addMemoryLocation(MemoryLocation::getForDest(MSI), AliasSet::ModAccess); in add() 342 addMemoryLocation(MemoryLocation::getForDest(MTI), AliasSet::ModAccess); in add() 422 addMemoryLocation(ArgLoc, getAccessFromModRef(ArgMask)); in add() 452 addMemoryLocation(ASMemLoc, (AliasSet::AccessLattice)AS.Access); in add() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AliasSetTracker.h | 141 void addMemoryLocation(AliasSetTracker &AST, const MemoryLocation &MemLoc, 251 AliasSet &addMemoryLocation(MemoryLocation Loc, AliasSet::AccessLattice E);
|