Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DMemorySSATest.cpp59 Walker = MSSA->getWalker(); in TestAnalyses()
945 MemoryAccess *BClobber = MSSA.getWalker()->getClobberingMemoryAccess(DefB); in TEST_F()
953 EXPECT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(DefB), in TEST_F()
1001 EXPECT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(DefX2), in TEST_F()
1274 MSSA.getWalker()->getClobberingMemoryAccess(FooAccess); in TEST_F()
1278 MSSA.getWalker()->getClobberingMemoryAccess(BarAccess); in TEST_F()
1282 MSSA.getWalker()->getClobberingMemoryAccess(BazAccess); in TEST_F()
1286 MSSA.getWalker()->getClobberingMemoryAccess( in TEST_F()
1334 ASSERT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(StoreAEntry), in TEST_F()
1338 ASSERT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(StoreBEntry), in TEST_F()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp370 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in writtenBetween()
767 MSSA->getWalker()->getClobberingMemoryAccess(LI))) in processStore()
1368 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in performMemCpyToMemSetOptzn()
1433 MSSA->getWalker()->getClobberingMemoryAccess(AnyClobber, DestLoc); in processMemCpy()
1445 MemoryAccess *SrcClobber = MSSA->getWalker()->getClobberingMemoryAccess( in processMemCpy()
1535 MemoryAccess *Clobber = MSSA->getWalker()->getClobberingMemoryAccess( in processByValArgument()
H A DEarlyCSE.cpp1031 LaterDef = MSSA->getWalker()->getClobberingMemoryAccess(LaterInst); in isSameMemGeneration()
H A DDeadStoreElimination.cpp1840 MSSA.getWalker()->getClobberingMemoryAccess(Def); in storeIsNoop()
H A DNewGVN.cpp3425 MSSAWalker = MSSA->getWalker(); in runGVN()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp173 MemorySSAWalker *Walker = MSSA->getWalker(); in isClobberedInFunction()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp131 : MSSA(M), Walker(M->getWalker()) {} in MemorySSAWalkerAnnotatedWriter()
1288 getWalker(); in MemorySSA()
1604 MemorySSAWalker *MemorySSA::getWalker() { return getWalkerImpl(); } in getWalker() function in MemorySSA
1851 getWalker()->invalidateInfo(MA); in removeFromLookups()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemorySSA.h724 MemorySSAWalker *getWalker();