Lines Matching refs:IndexToIncludedCand
1208 DenseMap<unsigned, DenseSet<IRSimilarityCandidate *>> &IndexToIncludedCand, in CheckLargerCands() argument
1217 auto IdxToCandidateIt = IndexToIncludedCand.find(CandA.getStartIdx()); in CheckLargerCands()
1225 if (IdxToCandidateIt == IndexToIncludedCand.end()) in CheckLargerCands()
1238 IdxToCandidateIt = IndexToIncludedCand.find(CandBStart); in CheckLargerCands()
1239 if (IdxToCandidateIt == IndexToIncludedCand.end()) in CheckLargerCands()
1282 DenseMap<unsigned, DenseSet<IRSimilarityCandidate *>> &IndexToIncludedCand, in findCandidateStructures() argument
1351 *CandIt, *InnerCandIt, IndexToIncludedCand, CandToOverallGroup); in findCandidateStructures()
1391 DenseMap<unsigned, DenseSet<IRSimilarityCandidate *>> IndexToIncludedCand; in findCandidates() local
1415 IndexToIncludedCand, CandToGroup); in findCandidates()
1430 IdIt = IndexToIncludedCand.find(Idx); in findCandidates()
1432 if (IdIt == IndexToIncludedCand.end()) in findCandidates()
1433 std::tie(IdIt, Inserted) = IndexToIncludedCand.insert( in findCandidates()