Lines Matching refs:IntegerMapping
272 std::vector<unsigned> &IntegerMapping) { in convertToUnsignedVec() argument
297 llvm::append_range(IntegerMapping, IntegerMappingForBB); in convertToUnsignedVec()
861 std::vector<unsigned> &IntegerMapping) { in populateMapper() argument
894 llvm::append_range(IntegerMapping, IntegerMappingForModule); in populateMapper()
900 std::vector<unsigned> &IntegerMapping) { in populateMapper() argument
904 populateMapper(*M, InstrList, IntegerMapping); in populateMapper()
918 std::vector<unsigned> &IntegerMapping, SuffixTree::RepeatedSubstring &RS, in createCandidatesFromSuffixTree() argument
932 unsigned Key = IntegerMapping[CurrIdx]; in createCandidatesFromSuffixTree()
1161 std::vector<unsigned> &IntegerMapping) { in findCandidates() argument
1162 SuffixTree ST(IntegerMapping); in findCandidates()
1173 createCandidatesFromSuffixTree(Mapper, InstrList, IntegerMapping, RS, in findCandidates()
1198 std::vector<unsigned> IntegerMapping; in findSimilarity() local
1205 populateMapper(Modules, InstrList, IntegerMapping); in findSimilarity()
1206 findCandidates(InstrList, IntegerMapping); in findSimilarity()
1220 std::vector<unsigned> IntegerMapping; in findSimilarity() local
1222 populateMapper(M, InstrList, IntegerMapping); in findSimilarity()
1223 findCandidates(InstrList, IntegerMapping); in findSimilarity()