Searched refs:debugLabels (Results 1 – 1 of 1) sorted by relevance
145 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; variable1432 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) {