Searched refs:AllFeatures (Results 1 – 5 of 5) sorted by relevance
148 std::set<uint32_t> AllFeatures = InitialFeatures; in Merge() local153 AllFeatures.insert(Cur.begin(), Cur.end()); in Merge()182 if (AllFeatures.insert(Fe).second) { in Merge()196 std::set<uint32_t> Merger::AllFeatures() const { in AllFeatures() function in fuzzer::Merger221 std::set<size_t> AllFeatures; in CrashResistantMergeInternalStep() local248 if (AllFeatures.insert(Feature).second) in CrashResistantMergeInternalStep()289 std::set<uint32_t> AllFeatures; in SetCoverMerge() local308 AllFeatures.insert(F % kFeatureSetSize); in SetCoverMerge()319 AllFeatures.insert(F % kFeatureSetSize); in SetCoverMerge()323 while (NumCovered != AllFeatures.size()) { in SetCoverMerge()[all …]
78 std::set<uint32_t> AllFeatures() const;
19 const FeatureInfo AllFeatures[] = { variable41 for (const auto F : AllFeatures) in getArchFeatures()
117 llvm::SmallSet<llvm::StringRef, 4> AllFeatures; in parseTargetID() local119 AllFeatures.insert(F); in parseTargetID()122 if (!AllFeatures.count(F.first())) in parseTargetID()
276 std::vector<std::string> AllFeatures = FeaturesVec; in initFeatureMap() local289 llvm::append_range(AllFeatures, (*ParseResult)->toFeatures()); in initFeatureMap()290 return TargetInfo::initFeatureMap(Features, Diags, CPU, AllFeatures); in initFeatureMap()