Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h343 mlirOperationStateAddSuccessors(MlirOperationState *state, intptr_t n,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp272 void mlirOperationStateAddSuccessors(MlirOperationState *state, intptr_t n, in mlirOperationStateAddSuccessors() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1215 mlirOperationStateAddSuccessors(&state, mlirSuccessors.size(), in create()