Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryLocation.h129 constexpr static LocationSize beforeOrAfterPointer() { in beforeOrAfterPointer() function
148 return beforeOrAfterPointer(); in unionWith()
276 return MemoryLocation(Ptr, LocationSize::beforeOrAfterPointer(), AATags);
286 : Ptr(nullptr), Size(LocationSize::beforeOrAfterPointer()), AATags() {} in MemoryLocation()
H A DMemorySSA.h1235 Location.getWithNewSize(LocationSize::beforeOrAfterPointer());
1250 LocationSize::beforeOrAfterPointer());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp86 AO ? LocationSize::beforeOrAfterPointer() in alias()
90 BO ? LocationSize::beforeOrAfterPointer() in alias()
H A DMemoryLocation.cpp23 if (*this == beforeOrAfterPointer()) in print()
H A DAliasSetTracker.cpp666 else if (I.getSize() == LocationSize::beforeOrAfterPointer()) in print()
H A DLoopAccessAnalysis.cpp517 AST.add(Ptr, LocationSize::beforeOrAfterPointer(), Loc.AATags); in addLoad()
526 AST.add(Ptr, LocationSize::beforeOrAfterPointer(), Loc.AATags); in addStore()
H A DBasicAliasAnalysis.cpp1389 PNSize = LocationSize::beforeOrAfterPointer(); in aliasPHI()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/
H A DLinkAllPasses.h243 X.add(nullptr, llvm::LocationSize::beforeOrAfterPointer(), in ForcePassLinking()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp377 const auto Size = LocationSize::beforeOrAfterPointer(); in RecordMemoryOps()