Searched defs:isSpeculatable (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/lib/Interfaces/ | ||
H A D | SideEffectInterfaces.cpp | 366 bool mlir::isSpeculatable(Operation *op) { isSpeculatable() function in mlir |
/llvm-project/llvm/utils/TableGen/Basic/ | ||
H A D | CodeGenIntrinsics.h | 105 bool isSpeculatable; global() member |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Function.h | 613 bool isSpeculatable() const { isSpeculatable() function |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | SROA.cpp | 1665 bool SelectHandSpeculativity::isSpeculatable(bool isTrueVal) const { isSpeculatable() function in SelectHandSpeculativity |