Home
last modified time | relevance | path

Searched refs:mlirOperationMoveAfter (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h534 MLIR_CAPI_EXPORTED void mlirOperationMoveAfter(MlirOperation op,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp494 void mlirOperationMoveAfter(MlirOperation op, MlirOperation other) { in mlirOperationMoveAfter() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1052 mlirOperationMoveAfter(operation, otherOp); in moveAfter()