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