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