Lines Matching refs:InstrList
291 BasicBlock &BB, std::vector<IRInstructionData *> &InstrList, in convertToUnsignedVec() argument
316 llvm::append_range(InstrList, InstrListForBB); in convertToUnsignedVec()
913 Module &M, std::vector<IRInstructionData *> &InstrList, in populateMapper() argument
945 llvm::append_range(InstrList, InstrListForModule); in populateMapper()
952 std::vector<IRInstructionData *> &InstrList, in populateMapper() argument
957 populateMapper(*M, InstrList, IntegerMapping); in populateMapper()
970 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree() argument
1000 std::vector<IRInstructionData *>::iterator StartIt = InstrList.begin(); in createCandidatesFromSuffixTree()
1002 std::vector<IRInstructionData *>::iterator EndIt = InstrList.begin(); in createCandidatesFromSuffixTree()
1383 std::vector<IRInstructionData *> &InstrList, in findCandidates() argument
1408 createCandidatesFromSuffixTree(Mapper, InstrList, IntegerMapping, RS, in findCandidates()
1454 std::vector<IRInstructionData *> InstrList; in findSimilarity() local
1462 populateMapper(Modules, InstrList, IntegerMapping); in findSimilarity()
1463 findCandidates(InstrList, IntegerMapping); in findSimilarity()
1476 std::vector<IRInstructionData *> InstrList; in findSimilarity() local
1479 populateMapper(M, InstrList, IntegerMapping); in findSimilarity()
1480 findCandidates(InstrList, IntegerMapping); in findSimilarity()