Home
last modified time | relevance | path

Searched refs:beforeOrAfterPointer (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h138 constexpr static LocationSize beforeOrAfterPointer() { in beforeOrAfterPointer() function
157 return beforeOrAfterPointer(); in unionWith()
291 return MemoryLocation(Ptr, LocationSize::beforeOrAfterPointer(), AATags);
300 MemoryLocation() : Ptr(nullptr), Size(LocationSize::beforeOrAfterPointer()) {} in MemoryLocation()
H A DMemorySSA.h1282 LocationSize::beforeOrAfterPointer());
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp98 AO ? LocationSize::beforeOrAfterPointer() in alias()
102 BO ? LocationSize::beforeOrAfterPointer() in alias()
H A DMemoryLocation.cpp22 if (*this == beforeOrAfterPointer()) in print()
H A DAliasSetTracker.cpp532 else if (MemLoc.Size == LocationSize::beforeOrAfterPointer()) in print()
H A DBasicAliasAnalysis.cpp1427 PNSize = LocationSize::beforeOrAfterPointer(); in aliasPHI()
H A DLoopAccessAnalysis.cpp741 Loc.Size = LocationSize::beforeOrAfterPointer(); in adjustLoc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp364 const auto Size = LocationSize::beforeOrAfterPointer(); in RecordMemoryOps()