Lines Matching refs:InstrList
152 BasicBlock &BB, std::vector<IRInstructionData *> &InstrList, in convertToUnsignedVec() argument
181 llvm::append_range(InstrList, InstrListForBB); in convertToUnsignedVec()
653 Module &M, std::vector<IRInstructionData *> &InstrList, in populateMapper() argument
680 llvm::append_range(InstrList, InstrListForModule); in populateMapper()
687 std::vector<IRInstructionData *> &InstrList, in populateMapper() argument
692 populateMapper(*M, InstrList, IntegerMapping); in populateMapper()
705 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree() argument
733 std::vector<IRInstructionData *>::iterator StartIt = InstrList.begin(); in createCandidatesFromSuffixTree()
735 std::vector<IRInstructionData *>::iterator EndIt = InstrList.begin(); in createCandidatesFromSuffixTree()
826 std::vector<IRInstructionData *> &InstrList, in findCandidates() argument
839 createCandidatesFromSuffixTree(Mapper, InstrList, IntegerMapping, RS, in findCandidates()
863 std::vector<IRInstructionData *> InstrList; in findSimilarity() local
866 populateMapper(Modules, InstrList, IntegerMapping); in findSimilarity()
867 findCandidates(InstrList, IntegerMapping); in findSimilarity()
875 std::vector<IRInstructionData *> InstrList; in findSimilarity() local
878 populateMapper(M, InstrList, IntegerMapping); in findSimilarity()
879 findCandidates(InstrList, IntegerMapping); in findSimilarity()