Home
last modified time | relevance | path

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

/freebsd-14.2/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()
284 return MemoryLocation(Ptr, LocationSize::afterPointer(), AATags);
H A DMemoryDependenceAnalysis.h301 LocationSize Size = LocationSize::afterPointer();
/freebsd-14.2/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.cpp530 if (MemLoc.Size == LocationSize::afterPointer()) in print()
H A DBasicAliasAnalysis.cpp1597 V1Size = LocationSize::afterPointer(); in aliasCheck()
1598 V2Size = LocationSize::afterPointer(); in aliasCheck()
H A DLint.cpp298 auto Size = LocationSize::afterPointer(); in visitCallBase()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp939 LocationSize AccessSize = LocationSize::afterPointer(); in mayLoopAccessLocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1989 LocationSize AccessSize = LocationSize::afterPointer(); in mayLoopAccessLocation()