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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1432 // 3. For each found DomDef, check that:
1433 // 1. There are no barrier instructions between DomDef and StartDef (like
1435 // 2. StartDef is executed whenever DomDef is executed.
1436 // 3. StartDef completely overwrites DomDef.
1437 // 4. Erase DomDef from the function and MemorySSA.
1768 // Check if we can skip DomDef for DSE.
1769 MemoryDef *DomDef = dyn_cast<MemoryDef>(DomAccess); local
1770 if (DomDef && canSkipDef(DomDef, DefVisibleToCallerBeforeRet)) {
1772 Current = DomDef
[all...]

Completed in 33 milliseconds