Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h121 return afterPointer(); in upperBound()
126 return afterPointer(); in upperBound()
132 constexpr static LocationSize afterPointer() { in afterPointer() function
159 return afterPointer(); in unionWith()
161 return afterPointer(); in unionWith()
290 return MemoryLocation(Ptr, LocationSize::afterPointer(), AATags);
H A DMemoryDependenceAnalysis.h301 LocationSize Size = LocationSize::afterPointer();
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp24 else if (*this == afterPointer()) in print()
56 LocationSize::afterPointer(), VI->getAAMetadata()); in get()
264 LocationSize Size = LocationSize::afterPointer(); in getForArgument()
276 LocationSize Size = LocationSize::afterPointer(); in getForArgument()
H A DAliasSetTracker.cpp532 if (MemLoc.Size == LocationSize::afterPointer()) in print()
H A DLint.cpp304 auto Size = LocationSize::afterPointer(); in visitCallBase()
H A DBasicAliasAnalysis.cpp1670 V1Size = LocationSize::afterPointer(); in aliasCheck()
1671 V2Size = LocationSize::afterPointer(); in aliasCheck()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1983 LocationSize AccessSize = LocationSize::afterPointer(); in mayLoopAccessLocation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp944 LocationSize AccessSize = LocationSize::afterPointer(); in mayLoopAccessLocation()