Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DPatternMatch.h145 ArrayRef<StringRef> getDebugLabels() const { return debugLabels; } in getDebugLabels()
149 debugLabels.append(labels.begin(), labels.end()); in addDebugLabels()
151 void addDebugLabels(StringRef label) { debugLabels.push_back(label); } in addDebugLabels()
228 SmallVector<StringRef, 0> debugLabels; variable
1432 RewritePatternSet &addWithLabel(ArrayRef<StringRef> debugLabels,
1440 0, (addImpl<Ts>(debugLabels, arg, args...), 0)...};
1559 addImpl(ArrayRef<StringRef> debugLabels, Args &&...args) {
1562 pattern->addDebugLabels(debugLabels);
1567 addImpl(ArrayRef<StringRef> debugLabels, Args &&...args) {