Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DDiagnostics.h563 unsigned callStackLimit = 10; variable
/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp478 for (unsigned curDepth = 0; curDepth < callStackLimit; ++curDepth) { in emitDiagnostic()