Searched refs:IntegerMapping (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IRSimilarityIdentifier.cpp | 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() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IRSimilarityIdentifier.h | 475 /// \param [in,out] IntegerMapping - Vector of unsigned integers to append to. 478 std::vector<unsigned> &IntegerMapping); 1064 /// \param [in,out] IntegerMapping - The vector to append integers to. 1066 std::vector<unsigned> &IntegerMapping); 1073 /// \param [in,out] IntegerMapping - The vector to append integers to. 1076 std::vector<unsigned> &IntegerMapping); 1082 /// \param [in,out] IntegerMapping - The vector to append integers to. 1085 std::vector<unsigned> &IntegerMapping);
|