Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryLocation.h104 return afterPointer(); in precise()
113 return afterPointer(); in upperBound()
118 return afterPointer(); in upperBound()
124 constexpr static LocationSize afterPointer() { in afterPointer() function
151 return afterPointer(); in unionWith()
272 return MemoryLocation(Ptr, LocationSize::afterPointer(), AATags);
H A DMemoryDependenceAnalysis.h294 LocationSize Size = LocationSize::afterPointer();
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryLocation.cpp23 else if (*this == afterPointer()) in print()
55 LocationSize::afterPointer(), VI->getAAMetadata()); in get()
258 LocationSize Size = LocationSize::afterPointer(); in getForArgument()
269 LocationSize Size = LocationSize::afterPointer(); in getForArgument()
H A DAliasSetTracker.cpp635 if (I.getSize() == LocationSize::afterPointer()) in print()
H A DBasicAliasAnalysis.cpp1623 V1Size = LocationSize::afterPointer(); in aliasCheck()
1624 V2Size = LocationSize::afterPointer(); in aliasCheck()
H A DLint.cpp296 auto Size = LocationSize::afterPointer(); in visitCallBase()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1989 LocationSize AccessSize = LocationSize::afterPointer(); in mayLoopAccessLocation()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1012 LocationSize AccessSize = LocationSize::afterPointer(); in mayLoopAccessLocation()