Home
last modified time | relevance | path

Searched defs:op_iterator (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DBlockSupport.h164 op_iterator(op_filter_iterator<OpT, IteratorT> it) in op_iterator() function
H A DBlock.h186 using op_iterator = detail::op_iterator<OpT, iterator>; global() variable
H A DRegion.h166 using op_iterator = detail::op_iterator<OpT, OpIterator>; variable
/llvm-project/llvm/include/llvm/IR/
H A DUser.h229 using op_iterator = Use*; global() variable
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h181 using op_iterator = Value **; variable