Lines Matching defs:IntegerMapping
292 std::vector<unsigned> &IntegerMapping) {
317 llvm::append_range(IntegerMapping, IntegerMappingForBB);
910 std::vector<unsigned> &IntegerMapping) {
942 // Do the same as above, but for IntegerMapping.
943 llvm::append_range(IntegerMapping, IntegerMappingForModule);
949 std::vector<unsigned> &IntegerMapping) {
953 populateMapper(*M, InstrList, IntegerMapping);
962 /// \param [in] IntegerMapping - The vector that holds the mapped integers.
967 std::vector<unsigned> &IntegerMapping, SuffixTree::RepeatedSubstring &RS,
981 unsigned Key = IntegerMapping[CurrIdx];
1380 std::vector<unsigned> &IntegerMapping) {
1381 SuffixTree ST(IntegerMapping);
1404 createCandidatesFromSuffixTree(Mapper, InstrList, IntegerMapping, RS,
1443 std::vector<unsigned> IntegerMapping;
1450 populateMapper(Modules, InstrList, IntegerMapping);
1451 findCandidates(InstrList, IntegerMapping);
1465 std::vector<unsigned> IntegerMapping;
1467 populateMapper(M, InstrList, IntegerMapping);
1468 findCandidates(InstrList, IntegerMapping);