Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h67 using PossiblySpeculatableLoad = global() variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp145 using PossiblySpeculatableLoad = typedef
149 std::variant<PossiblySpeculatableLoad, UnspeculatableStore>;
1724 PossiblySpeculatableLoad Load(LI); in isSafeSelectToSpeculate()
1863 auto PSL = std::get<PossiblySpeculatableLoad>(Op); in rewriteSelectInstMemOps()