Lines Matching defs:InstrList
291 BasicBlock &BB, std::vector<IRInstructionData *> &InstrList,
316 llvm::append_range(InstrList, InstrListForBB);
909 Module &M, std::vector<IRInstructionData *> &InstrList,
939 // Insert the InstrListForModule at the end of the overall InstrList so that
940 // we can have a long InstrList for the entire set of Modules being analyzed.
941 llvm::append_range(InstrList, InstrListForModule);
948 std::vector<IRInstructionData *> &InstrList,
953 populateMapper(*M, InstrList, IntegerMapping);
957 /// subsequence from the \p InstrList, and create an IRSimilarityCandidate from
961 /// \param [in] InstrList - The vector that holds the instruction data.
966 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList,
995 // InstrList.
996 std::vector<IRInstructionData *>::iterator StartIt = InstrList.begin();
998 std::vector<IRInstructionData *>::iterator EndIt = InstrList.begin();
1379 std::vector<IRInstructionData *> &InstrList,
1404 createCandidatesFromSuffixTree(Mapper, InstrList, IntegerMapping, RS,
1442 std::vector<IRInstructionData *> InstrList;
1450 populateMapper(Modules, InstrList, IntegerMapping);
1451 findCandidates(InstrList, IntegerMapping);
1464 std::vector<IRInstructionData *> InstrList;
1467 populateMapper(M, InstrList, IntegerMapping);
1468 findCandidates(InstrList, IntegerMapping);