Lines Matching defs:IntegerMapping
292 std::vector<unsigned> &IntegerMapping) {
317 llvm::append_range(IntegerMapping, IntegerMappingForBB);
914 std::vector<unsigned> &IntegerMapping) {
946 // Do the same as above, but for IntegerMapping.
947 llvm::append_range(IntegerMapping, IntegerMappingForModule);
953 std::vector<unsigned> &IntegerMapping) {
957 populateMapper(*M, InstrList, IntegerMapping);
966 /// \param [in] IntegerMapping - The vector that holds the mapped integers.
971 std::vector<unsigned> &IntegerMapping, SuffixTree::RepeatedSubstring &RS,
985 unsigned Key = IntegerMapping[CurrIdx];
1384 std::vector<unsigned> &IntegerMapping) {
1385 SuffixTree ST(IntegerMapping);
1408 createCandidatesFromSuffixTree(Mapper, InstrList, IntegerMapping, RS,
1455 std::vector<unsigned> IntegerMapping;
1462 populateMapper(Modules, InstrList, IntegerMapping);
1463 findCandidates(InstrList, IntegerMapping);
1477 std::vector<unsigned> IntegerMapping;
1479 populateMapper(M, InstrList, IntegerMapping);
1480 findCandidates(InstrList, IntegerMapping);