Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h63 explicit SelectHandSpeculativity(intptr_t Storage_) : Storage(Storage_) {} SelectHandSpeculativity() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp128 class SelectHandSpeculativity { class
133 SelectHandSpeculativity() = default;
134 SelectHandSpeculativity &setAsSpeculatable(bool isTrueVal);
141 explicit SelectHandSpeculativity(intptr_t Storage_) : Storage(Storage_) {} in SelectHandSpeculativity() function in __anondf5662880111::SelectHandSpeculativity
143 static_assert(sizeof(SelectHandSpeculativity) == sizeof(unsigned char));
146 PointerIntPair<LoadInst *, 2, SelectHandSpeculativity>;
1656 SelectHandSpeculativity &
1657 SelectHandSpeculativity::setAsSpeculatable(bool isTrueVal) { in setAsSpeculatable()
1659 Bitfield::set<SelectHandSpeculativity::TrueVal>(Storage, true); in setAsSpeculatable()
1661 Bitfield::set<SelectHandSpeculativity::FalseVal>(Storage, true); in setAsSpeculatable()
[all …]