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.h107 return afterPointer(); in upperBound()
112 return afterPointer(); in upperBound()
118 constexpr static LocationSize afterPointer() { in afterPointer() function
145 return afterPointer(); in unionWith()
147 return afterPointer(); in unionWith()
278 return MemoryLocation(Ptr, LocationSize::afterPointer(), AATags);
H A DMemoryDependenceAnalysis.h300 LocationSize Size = LocationSize::afterPointer();
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp23 else if (*this == afterPointer()) in print()
55 LocationSize::afterPointer(), VI->getAAMetadata()); in get()
269 LocationSize Size = LocationSize::afterPointer(); in getForArgument()
281 LocationSize Size = LocationSize::afterPointer(); in getForArgument()
H A DAliasSetTracker.cpp528 if (MemLoc.Size == LocationSize::afterPointer()) in print()
H A DLint.cpp328 auto Size = LocationSize::afterPointer(); in visitCallBase()
H A DBasicAliasAnalysis.cpp1709 V1Size = LocationSize::afterPointer(); in aliasCheck()
1710 V2Size = LocationSize::afterPointer(); in aliasCheck()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1971 LocationSize AccessSize = LocationSize::afterPointer(); in mayLoopAccessLocation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp959 LocationSize AccessSize = LocationSize::afterPointer(); in mayLoopAccessLocation()