Searched refs:DomAccess (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1428 // 1. Get the next dominating clobbering MemoryDef (DomAccess) by walking
1430 // 2. Check that there are no reads between DomAccess and the StartDef by
1431 // checking all uses starting at DomAccess and walking until we see StartDef.
1743 MemoryAccess *DomAccess; local
1755 DomAccess = Current;
1760 DomAccess = MSSA.getSkipSelfWalker()->getClobberingMemoryAccess(CurrentUD,
1762 if (MSSA.isLiveOnEntryDef(DomAccess))
1765 if (isa<MemoryPhi>(DomAccess))
1769 MemoryDef *DomDef = dyn_cast<MemoryDef>(DomAccess);
1780 // they cover all paths from DomAccess t
2174 MemoryAccess *DomAccess = *Next; local
[all...]

Completed in 76 milliseconds