Lines Matching refs:IntegerMapping
153 std::vector<unsigned> &IntegerMapping) { in convertToUnsignedVec() argument
182 llvm::append_range(IntegerMapping, IntegerMappingForBB); in convertToUnsignedVec()
654 std::vector<unsigned> &IntegerMapping) { in populateMapper() argument
682 llvm::append_range(IntegerMapping, IntegerMappingForModule); in populateMapper()
688 std::vector<unsigned> &IntegerMapping) { in populateMapper() argument
692 populateMapper(*M, InstrList, IntegerMapping); in populateMapper()
706 std::vector<unsigned> &IntegerMapping, SuffixTree::RepeatedSubstring &RS, in createCandidatesFromSuffixTree() argument
718 unsigned Key = IntegerMapping[CurrIdx]; in createCandidatesFromSuffixTree()
827 std::vector<unsigned> &IntegerMapping) { in findCandidates() argument
828 SuffixTree ST(IntegerMapping); in findCandidates()
839 createCandidatesFromSuffixTree(Mapper, InstrList, IntegerMapping, RS, in findCandidates()
864 std::vector<unsigned> IntegerMapping; in findSimilarity() local
866 populateMapper(Modules, InstrList, IntegerMapping); in findSimilarity()
867 findCandidates(InstrList, IntegerMapping); in findSimilarity()
876 std::vector<unsigned> IntegerMapping; in findSimilarity() local
878 populateMapper(M, InstrList, IntegerMapping); in findSimilarity()
879 findCandidates(InstrList, IntegerMapping); in findSimilarity()