Home
last modified time | relevance | path

Searched refs:beforeOrAfterPointer (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/include/llvm/Analysis/
DMemoryLocation.h129 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()
DMemorySSA.h1249 Location.getWithNewSize(LocationSize::beforeOrAfterPointer());
1264 LocationSize::beforeOrAfterPointer());
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolutionAliasAnalysis.cpp85 AO ? LocationSize::beforeOrAfterPointer() in alias()
89 BO ? LocationSize::beforeOrAfterPointer() in alias()
DMemoryLocation.cpp23 if (*this == beforeOrAfterPointer()) in print()
DBasicAliasAnalysis.cpp1129 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()
DAliasSetTracker.cpp676 else if (I.getSize() == LocationSize::beforeOrAfterPointer()) in print()
DLoopAccessAnalysis.cpp517 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/
DAliasAnalysisTest.cpp58 (void)AA.alias(P1, LocationSize::beforeOrAfterPointer(), P2, in runOnFunction()
59 LocationSize::beforeOrAfterPointer()); in runOnFunction()
/external/llvm-project/llvm/include/llvm/
DLinkAllPasses.h242 X.add(nullptr, llvm::LocationSize::beforeOrAfterPointer(), in ForcePassLinking()
/external/llvm-project/llvm/lib/Target/ARM/
DARMParallelDSP.cpp378 const auto Size = LocationSize::beforeOrAfterPointer(); in RecordMemoryOps()