Home
last modified time | relevance | path

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

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