Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/CAPI/ExecutionEngine/
H A DExecutionEngine.cpp23 mlirExecutionEngineCreate(MlirModule op, int optLevel, int numPaths, in mlirExecutionEngineCreate() argument
51 for (unsigned i = 0; i < static_cast<unsigned>(numPaths); ++i) in mlirExecutionEngineCreate()
/llvm-project/mlir/include/mlir-c/
H A DExecutionEngine.h46 MlirModule op, int optLevel, int numPaths,