Home
last modified time | relevance | path

Searched refs:CurrentGroupPair (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp1304 DenseMap<unsigned, SimilarityGroup>::iterator CurrentGroupPair; in findCandidateStructures() local
1327 CurrentGroupPair = StructuralGroups.find(OuterGroupNum); in findCandidateStructures()
1328 if (CurrentGroupPair == StructuralGroups.end()) { in findCandidateStructures()
1330 std::tie(CurrentGroupPair, Inserted) = StructuralGroups.insert( in findCandidateStructures()
1361 CurrentGroupPair->second.push_back(*InnerCandIt); in findCandidateStructures()
1377 CurrentGroupPair->second.push_back(*InnerCandIt); in findCandidateStructures()