Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1156 Instruction *OtherAccess = nullptr; in reportMayClobberedLoad() local
1167 if (OtherAccess) { in reportMayClobberedLoad()
1168 if (DT->dominates(OtherAccess, I)) in reportMayClobberedLoad()
1169 OtherAccess = I; in reportMayClobberedLoad()
1171 assert(U == OtherAccess || DT->dominates(I, OtherAccess)); in reportMayClobberedLoad()
1173 OtherAccess = I; in reportMayClobberedLoad()
1178 if (!OtherAccess) { in reportMayClobberedLoad()
1186 if (OtherAccess) { in reportMayClobberedLoad()
1187 if (liesBetween(OtherAccess, I, Load, DT)) { in reportMayClobberedLoad()
1188 OtherAccess = I; in reportMayClobberedLoad()
[all …]