Home
last modified time | relevance | path

Searched defs:IRSimilarityCandidate (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/Analysis/
H A DIRSimilarityIdentifierTest.cpp1777 TEST(IRSimilarityCandidate, CheckIdenticalInstructions) { in TEST() argument
1813 TEST(IRSimilarityCandidate, PredicateIsomorphism) { in TEST() argument
1858 TEST(IRSimilarityCandidate, CheckRegionsDifferentInstruction) { in TEST() argument
1891 TEST(IRSimilarityCandidate, CheckRegionsDifferentTypes) { in TEST() argument
1924 TEST(IRSimilarityCandidate, IdenticalWithDebug) { in TEST() argument
1967 TEST(IRSimilarityCandidate, IllegalInCandidate) { in TEST() argument
2016 TEST(IRSimilarityCandidate, DifferentStructure) { in TEST() argument
2049 TEST(IRSimilarityCandidate, PredicateIsomorphismStructure) { in TEST() argument
2079 TEST(IRSimilarityCandidate, PredicateDifference) { in TEST() argument
2110 TEST(IRSimilarityCandidate, SameStructure) { in TEST() argument
[all …]
/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp427 IRSimilarityCandidate::IRSimilarityCandidate(unsigned StartIdx, unsigned Len, in IRSimilarityCandidate() function in IRSimilarityCandidate
1209 CheckLargerCands(IRSimilarityCandidate & CandA,IRSimilarityCandidate & CandB,DenseMap<unsigned,DenseSet<IRSimilarityCandidate * >> & IndexToIncludedCand,DenseMap<IRSimilarityCandidate *,unsigned> & CandToGroup) CheckLargerCands() argument
1283 findCandidateStructures(std::vector<IRSimilarityCandidate> & CandsForRepSubstring,DenseMap<unsigned,SimilarityGroup> & StructuralGroups,DenseMap<unsigned,DenseSet<IRSimilarityCandidate * >> & IndexToIncludedCand,DenseMap<IRSimilarityCandidate *,unsigned> & CandToOverallGroup) findCandidateStructures() argument
[all...]