Searched refs:beforeOrAfterPointer (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 129 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 D | MemorySSA.h | 1235 Location.getWithNewSize(LocationSize::beforeOrAfterPointer()); 1250 LocationSize::beforeOrAfterPointer());
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolutionAliasAnalysis.cpp | 86 AO ? LocationSize::beforeOrAfterPointer() in alias() 90 BO ? LocationSize::beforeOrAfterPointer() in alias()
|
H A D | MemoryLocation.cpp | 23 if (*this == beforeOrAfterPointer()) in print()
|
H A D | AliasSetTracker.cpp | 666 else if (I.getSize() == LocationSize::beforeOrAfterPointer()) in print()
|
H A D | LoopAccessAnalysis.cpp | 517 AST.add(Ptr, LocationSize::beforeOrAfterPointer(), Loc.AATags); in addLoad() 526 AST.add(Ptr, LocationSize::beforeOrAfterPointer(), Loc.AATags); in addStore()
|
H A D | BasicAliasAnalysis.cpp | 1389 PNSize = LocationSize::beforeOrAfterPointer(); in aliasPHI()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ |
H A D | LinkAllPasses.h | 243 X.add(nullptr, llvm::LocationSize::beforeOrAfterPointer(), in ForcePassLinking()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 377 const auto Size = LocationSize::beforeOrAfterPointer(); in RecordMemoryOps()
|