Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformInterfaces.h796 SmallVector<Diagnostic> silenceableStack; in applyTransformToEach() local
814 silenceableStack.push_back(std::move(diag)); in applyTransformToEach()
823 silenceableStack.push_back(std::move(diag)); in applyTransformToEach()
825 if (!silenceableStack.empty()) { in applyTransformToEach()
827 std::move(silenceableStack)); in applyTransformToEach()