Searched defs:SelectHandSpeculativity (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ | ||
H A D | SROA.h | 63 explicit SelectHandSpeculativity(intptr_t Storage_) : Storage(Storage_) {} SelectHandSpeculativity() function |
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | SROA.cpp | 128 class SelectHandSpeculativity { class |