Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp951 User *OtherAccess = nullptr; in reportMayClobberedLoad() local
962 if (OtherAccess) { in reportMayClobberedLoad()
963 if (DT->dominates(cast<Instruction>(OtherAccess), cast<Instruction>(U))) in reportMayClobberedLoad()
964 OtherAccess = U; in reportMayClobberedLoad()
967 cast<Instruction>(OtherAccess))); in reportMayClobberedLoad()
969 OtherAccess = U; in reportMayClobberedLoad()
973 if (!OtherAccess) { in reportMayClobberedLoad()
980 if (OtherAccess) { in reportMayClobberedLoad()
981 if (liesBetween(cast<Instruction>(OtherAccess), cast<Instruction>(U), in reportMayClobberedLoad()
983 OtherAccess = U; in reportMayClobberedLoad()
[all …]