Searched refs:beforeOrAfterPointer (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | MemoryLocation.h | 129 constexpr static LocationSize beforeOrAfterPointer() { in beforeOrAfterPointer() function 148 return beforeOrAfterPointer(); in unionWith() 276 return MemoryLocation(Ptr, LocationSize::beforeOrAfterPointer(), AATags); 286 : Ptr(nullptr), Size(LocationSize::beforeOrAfterPointer()), AATags() {} in MemoryLocation()
|
D | MemorySSA.h | 1249 Location.getWithNewSize(LocationSize::beforeOrAfterPointer()); 1264 LocationSize::beforeOrAfterPointer());
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolutionAliasAnalysis.cpp | 85 AO ? LocationSize::beforeOrAfterPointer() in alias() 89 BO ? LocationSize::beforeOrAfterPointer() in alias()
|
D | MemoryLocation.cpp | 23 if (*this == beforeOrAfterPointer()) in print()
|
D | BasicAliasAnalysis.cpp | 1129 UnderlyingV1, LocationSize::beforeOrAfterPointer(), AAMDNodes(), in aliasGEP() 1130 UnderlyingV2, LocationSize::beforeOrAfterPointer(), AAMDNodes(), AAQI); in aliasGEP() 1164 UnderlyingV1, LocationSize::beforeOrAfterPointer(), AAMDNodes(), in aliasGEP() 1469 PNSize = LocationSize::beforeOrAfterPointer(); in aliasPHI()
|
D | AliasSetTracker.cpp | 676 else if (I.getSize() == LocationSize::beforeOrAfterPointer()) in print()
|
D | LoopAccessAnalysis.cpp | 517 AST.add(Ptr, LocationSize::beforeOrAfterPointer(), Loc.AATags); in addLoad() 526 AST.add(Ptr, LocationSize::beforeOrAfterPointer(), Loc.AATags); in addStore()
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | AliasAnalysisTest.cpp | 58 (void)AA.alias(P1, LocationSize::beforeOrAfterPointer(), P2, in runOnFunction() 59 LocationSize::beforeOrAfterPointer()); in runOnFunction()
|
/external/llvm-project/llvm/include/llvm/ |
D | LinkAllPasses.h | 242 X.add(nullptr, llvm::LocationSize::beforeOrAfterPointer(), in ForcePassLinking()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 378 const auto Size = LocationSize::beforeOrAfterPointer(); in RecordMemoryOps()
|