Searched refs:beforeOrAfterPointer (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | MemoryLocation.h | 130 constexpr static LocationSize beforeOrAfterPointer() { in beforeOrAfterPointer() function 149 return beforeOrAfterPointer(); in unionWith() 279 return MemoryLocation(Ptr, LocationSize::beforeOrAfterPointer(), AATags); 288 MemoryLocation() : Ptr(nullptr), Size(LocationSize::beforeOrAfterPointer()) {} in MemoryLocation()
|
| H A D | MemorySSA.h | 1272 Location.getWithNewSize(LocationSize::beforeOrAfterPointer()); 1287 LocationSize::beforeOrAfterPointer());
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionAliasAnalysis.cpp | 97 AO ? LocationSize::beforeOrAfterPointer() in alias() 101 BO ? LocationSize::beforeOrAfterPointer() in alias()
|
| H A D | MemoryLocation.cpp | 21 if (*this == beforeOrAfterPointer()) in print()
|
| H A D | AliasSetTracker.cpp | 637 else if (I.getSize() == LocationSize::beforeOrAfterPointer()) in print()
|
| H A D | LoopAccessAnalysis.cpp | 628 AST.add(Ptr, LocationSize::beforeOrAfterPointer(), Loc.AATags); in addLoad() 637 AST.add(Ptr, LocationSize::beforeOrAfterPointer(), Loc.AATags); in addStore()
|
| H A D | BasicAliasAnalysis.cpp | 1483 PNSize = LocationSize::beforeOrAfterPointer(); in aliasPHI()
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | AliasAnalysisTest.cpp | 58 (void)AA.alias(P1, LocationSize::beforeOrAfterPointer(), P2, in runOnFunction() 59 LocationSize::beforeOrAfterPointer()); in runOnFunction()
|
| /llvm-project-15.0.7/llvm/include/llvm/ |
| H A D | LinkAllPasses.h | 239 X.add(nullptr, llvm::LocationSize::beforeOrAfterPointer(), in ForcePassLinking()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 369 const auto Size = LocationSize::beforeOrAfterPointer(); in RecordMemoryOps()
|