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