Home
last modified time | relevance | path

Searched refs:refOperation (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h737 PyInsertionPoint(PyBlock block, llvm::Optional<PyOperationRef> refOperation) in PyInsertionPoint() argument
738 : refOperation(std::move(refOperation)), block(std::move(block)) {} in PyInsertionPoint()
740 llvm::Optional<PyOperationRef> refOperation; variable
H A DIRCore.cpp1576 : refOperation(beforeOperationBase.getOperation().getRef()), in PyInsertionPoint()
1577 block((*refOperation)->getBlock()) {} in PyInsertionPoint()
1586 if (refOperation) { in insert()
1588 (*refOperation)->checkValid(); in insert()
1589 beforeOp = (*refOperation)->get(); in insert()