Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp147 using UnspeculatableStore = StoreInst *; typedef
149 std::variant<PossiblySpeculatableLoad, UnspeculatableStore>;
1860 if (auto *const *US = std::get_if<UnspeculatableStore>(&Op)) { in rewriteSelectInstMemOps()