Lines Matching refs:IntegerMapping
292 std::vector<unsigned> &IntegerMapping) { in convertToUnsignedVec() argument
317 llvm::append_range(IntegerMapping, IntegerMappingForBB); in convertToUnsignedVec()
914 std::vector<unsigned> &IntegerMapping) { in populateMapper() argument
947 llvm::append_range(IntegerMapping, IntegerMappingForModule); in populateMapper()
953 std::vector<unsigned> &IntegerMapping) { in populateMapper() argument
957 populateMapper(*M, InstrList, IntegerMapping); in populateMapper()
971 std::vector<unsigned> &IntegerMapping, SuffixTree::RepeatedSubstring &RS, in createCandidatesFromSuffixTree() argument
985 unsigned Key = IntegerMapping[CurrIdx]; in createCandidatesFromSuffixTree()
1384 std::vector<unsigned> &IntegerMapping) { in findCandidates() argument
1385 SuffixTree ST(IntegerMapping); in findCandidates()
1408 createCandidatesFromSuffixTree(Mapper, InstrList, IntegerMapping, RS, in findCandidates()
1455 std::vector<unsigned> IntegerMapping; in findSimilarity() local
1462 populateMapper(Modules, InstrList, IntegerMapping); in findSimilarity()
1463 findCandidates(InstrList, IntegerMapping); in findSimilarity()
1477 std::vector<unsigned> IntegerMapping; in findSimilarity() local
1479 populateMapper(M, InstrList, IntegerMapping); in findSimilarity()
1480 findCandidates(InstrList, IntegerMapping); in findSimilarity()