Searched refs:mlirIsGlobalDebugEnabled (Results 1 – 3 of 3) sorted by relevance
18 bool mlirIsGlobalDebugEnabled() { return llvm::DebugFlag; } in mlirIsGlobalDebugEnabled() function
22 MLIR_CAPI_EXPORTED bool mlirIsGlobalDebugEnabled();
180 static bool get(const py::object &) { return mlirIsGlobalDebugEnabled(); } in get()