Searched refs:UnspeculatableStore (Results 1 – 1 of 1) sorted by relevance
151 using UnspeculatableStore = StoreInst *; typedef153 std::variant<PossiblySpeculatableLoad, UnspeculatableStore>;1907 if (auto *const *US = std::get_if<UnspeculatableStore>(&Op)) { in rewriteSelectInstMemOps()