Searched defs:parentOperation (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Bindings/Python/ | ||
H A D | IRModule.h | 768 PyRegion(PyOperationRef parentOperation,MlirRegion region) PyRegion() argument |
H A D | IRCore.cpp | 458 PyOperationIterator(PyOperationRef parentOperation,MlirOperation next) PyOperationIterator() argument |
/llvm-project/mlir/test/CAPI/ | ||
H A D | ir.c | 345 MlirOperation parentOperation = function; in printFirstOfEach() local |