Lines Matching refs:InstrList
271 BasicBlock &BB, std::vector<IRInstructionData *> &InstrList, in convertToUnsignedVec() argument
296 llvm::append_range(InstrList, InstrListForBB); in convertToUnsignedVec()
860 Module &M, std::vector<IRInstructionData *> &InstrList, in populateMapper() argument
892 llvm::append_range(InstrList, InstrListForModule); in populateMapper()
899 std::vector<IRInstructionData *> &InstrList, in populateMapper() argument
904 populateMapper(*M, InstrList, IntegerMapping); in populateMapper()
917 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree() argument
947 std::vector<IRInstructionData *>::iterator StartIt = InstrList.begin(); in createCandidatesFromSuffixTree()
949 std::vector<IRInstructionData *>::iterator EndIt = InstrList.begin(); in createCandidatesFromSuffixTree()
1160 std::vector<IRInstructionData *> &InstrList, in findCandidates() argument
1173 createCandidatesFromSuffixTree(Mapper, InstrList, IntegerMapping, RS, in findCandidates()
1197 std::vector<IRInstructionData *> InstrList; in findSimilarity() local
1205 populateMapper(Modules, InstrList, IntegerMapping); in findSimilarity()
1206 findCandidates(InstrList, IntegerMapping); in findSimilarity()
1219 std::vector<IRInstructionData *> InstrList; in findSimilarity() local
1222 populateMapper(M, InstrList, IntegerMapping); in findSimilarity()
1223 findCandidates(InstrList, IntegerMapping); in findSimilarity()