Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp183 state.nSuccessors = 0; in mlirOperationStateGet()
211 APPEND_ELEMS(MlirBlock, nSuccessors, successors); in mlirOperationStateAddSuccessors()
232 unwrapList(state->nSuccessors, state->successors, successorStorage)); in mlirOperationCreate()
/external/llvm-project/mlir/include/mlir-c/
DIR.h220 intptr_t nSuccessors; member