Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryLocation.h130 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 DMemorySSA.h1272 Location.getWithNewSize(LocationSize::beforeOrAfterPointer());
1287 LocationSize::beforeOrAfterPointer());
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp97 AO ? LocationSize::beforeOrAfterPointer() in alias()
101 BO ? LocationSize::beforeOrAfterPointer() in alias()
H A DMemoryLocation.cpp21 if (*this == beforeOrAfterPointer()) in print()
H A DAliasSetTracker.cpp637 else if (I.getSize() == LocationSize::beforeOrAfterPointer()) in print()
H A DLoopAccessAnalysis.cpp628 AST.add(Ptr, LocationSize::beforeOrAfterPointer(), Loc.AATags); in addLoad()
637 AST.add(Ptr, LocationSize::beforeOrAfterPointer(), Loc.AATags); in addStore()
H A DBasicAliasAnalysis.cpp1483 PNSize = LocationSize::beforeOrAfterPointer(); in aliasPHI()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DAliasAnalysisTest.cpp58 (void)AA.alias(P1, LocationSize::beforeOrAfterPointer(), P2, in runOnFunction()
59 LocationSize::beforeOrAfterPointer()); in runOnFunction()
/llvm-project-15.0.7/llvm/include/llvm/
H A DLinkAllPasses.h239 X.add(nullptr, llvm::LocationSize::beforeOrAfterPointer(), in ForcePassLinking()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp369 const auto Size = LocationSize::beforeOrAfterPointer(); in RecordMemoryOps()