Lines Matching refs:InstrList
42 BasicBlock &BB, std::vector<IRInstructionData *> &InstrList, in convertToUnsignedVec() argument
71 InstrList.insert(InstrList.end(), InstrListForBB.begin(), in convertToUnsignedVec()
411 Module &M, std::vector<IRInstructionData *> &InstrList, in populateMapper() argument
438 InstrList.insert(InstrList.end(), InstrListForModule.begin(), in populateMapper()
447 std::vector<IRInstructionData *> &InstrList, in populateMapper() argument
452 populateMapper(*M, InstrList, IntegerMapping); in populateMapper()
465 IRInstructionMapper Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree() argument
493 std::vector<IRInstructionData *>::iterator StartIt = InstrList.begin(); in createCandidatesFromSuffixTree()
495 std::vector<IRInstructionData *>::iterator EndIt = InstrList.begin(); in createCandidatesFromSuffixTree()
586 std::vector<IRInstructionData *> &InstrList, in findCandidates() argument
599 createCandidatesFromSuffixTree(Mapper, InstrList, IntegerMapping, *It, in findCandidates()
623 std::vector<IRInstructionData *> InstrList; in findSimilarity() local
626 populateMapper(Modules, InstrList, IntegerMapping); in findSimilarity()
627 findCandidates(InstrList, IntegerMapping); in findSimilarity()
635 std::vector<IRInstructionData *> InstrList; in findSimilarity() local
638 populateMapper(M, InstrList, IntegerMapping); in findSimilarity()
639 findCandidates(InstrList, IntegerMapping); in findSimilarity()