Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDiagnostics.h601 unsigned callStackLimit = 10; variable
/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp500 for (unsigned curDepth = 0; curDepth < callStackLimit; ++curDepth) { in emitDiagnostic()