Searched refs:UnspeculatableStore (Results 1 – 2 of 2) sorted by relevance
69 using UnspeculatableStore = StoreInst *; global() variable
147 using UnspeculatableStore = StoreInst *; typedef149 std::variant<PossiblySpeculatableLoad, UnspeculatableStore>;1860 if (auto *const *US = std::get_if<UnspeculatableStore>(&Op)) { in rewriteSelectInstMemOps()