Searched refs:CurFeatures (Results 1 – 1 of 1) sorted by relevance
3468 llvm::SmallVector<StringRef, 8> CurFeatures; in checkTargetClonesAttrString() local3479 CurFeatures.push_back(CurFeature); in checkTargetClonesAttrString()3482 llvm::sort(CurFeatures); in checkTargetClonesAttrString()3484 for (auto &CurFeat : CurFeatures) { in checkTargetClonesAttrString()