Home
last modified time | relevance | path

Searched refs:getClobberingMemoryAccess (Results 1 – 3 of 3) sorted by relevance

/external/llvm/unittests/Transforms/Utils/
DMemorySSA.cpp185 EXPECT_EQ(DefiningAccess, Walker->getClobberingMemoryAccess(LoadInst)); in TEST_F()
195 MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(LoadInst))); in TEST_F()
241 MemoryAccess *WalkerClobber = Walker->getClobberingMemoryAccess(V); in TEST_F()
267 MemoryAccess *LoadClobber = Walker->getClobberingMemoryAccess(LI); in TEST_F()
269 EXPECT_TRUE(MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(SI))); in TEST_F()
299 Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F()
300 MemoryAccess *LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F()
306 Clobber = Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F()
307 LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F()
/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp128 MemoryAccess *getClobberingMemoryAccess(const Instruction *) override;
129 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *,
147 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *, UpwardsMemoryQuery &);
435 MU->setDefiningAccess(Walker->getClobberingMemoryAccess(Inst)); in buildMemorySSA()
1237 MemoryAccess *MemorySSA::CachingWalker::getClobberingMemoryAccess( in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker
1242 MemoryAccess *MemorySSA::CachingWalker::getClobberingMemoryAccess( in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker
1273 MemoryAccess *Clobber = getClobberingMemoryAccess(DefiningAccess, Q); in getClobberingMemoryAccess()
1285 MemorySSA::CachingWalker::getClobberingMemoryAccess(const Instruction *I) { in getClobberingMemoryAccess() function in llvm::MemorySSA::CachingWalker
1313 MemoryAccess *Result = getClobberingMemoryAccess(DefiningAccess, Q); in getClobberingMemoryAccess()
1347 DoNothingMemorySSAWalker::getClobberingMemoryAccess(const Instruction *I) { in getClobberingMemoryAccess() function in llvm::DoNothingMemorySSAWalker
[all …]
/external/llvm/include/llvm/Transforms/Utils/
DMemorySSA.h726 virtual MemoryAccess *getClobberingMemoryAccess(const Instruction *) = 0;
739 virtual MemoryAccess *getClobberingMemoryAccess(MemoryAccess *,
759 MemoryAccess *getClobberingMemoryAccess(const Instruction *) override;
760 MemoryAccess *getClobberingMemoryAccess(MemoryAccess *,