Home
last modified time | relevance | path

Searched defs:getOperations (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Tools/PDLL/ODS/
H A DDialect.h46 const llvm::StringMap<std::unique_ptr<Operation>> &getOperations() const { in getOperations() function
/llvm-project/mlir/include/mlir/IR/
H A DBlock.h135 OpListType &getOperations() { return operations; } getOperations() function