Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp773 DenseMap<unsigned, SimilarityGroup>::iterator CurrentGroupPair; in findCandidateStructures() local
794 CurrentGroupPair = StructuralGroups.find(OuterGroupNum); in findCandidateStructures()
795 if (CurrentGroupPair == StructuralGroups.end()) in findCandidateStructures()
796 std::tie(CurrentGroupPair, Inserted) = StructuralGroups.insert( in findCandidateStructures()
820 CurrentGroupPair->second.push_back(*InnerCandIt); in findCandidateStructures()