Searched refs:OtherAccess (Results 1 – 1 of 1) sorted by relevance
951 User *OtherAccess = nullptr; in reportMayClobberedLoad() local962 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 …]