Lines Matching defs:InstrList
291 BasicBlock &BB, std::vector<IRInstructionData *> &InstrList,
316 llvm::append_range(InstrList, InstrListForBB);
913 Module &M, std::vector<IRInstructionData *> &InstrList,
943 // Insert the InstrListForModule at the end of the overall InstrList so that
944 // we can have a long InstrList for the entire set of Modules being analyzed.
945 llvm::append_range(InstrList, InstrListForModule);
952 std::vector<IRInstructionData *> &InstrList,
957 populateMapper(*M, InstrList, IntegerMapping);
961 /// subsequence from the \p InstrList, and create an IRSimilarityCandidate from
965 /// \param [in] InstrList - The vector that holds the instruction data.
970 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList,
999 // InstrList.
1000 std::vector<IRInstructionData *>::iterator StartIt = InstrList.begin();
1002 std::vector<IRInstructionData *>::iterator EndIt = InstrList.begin();
1383 std::vector<IRInstructionData *> &InstrList,
1408 createCandidatesFromSuffixTree(Mapper, InstrList, IntegerMapping, RS,
1454 std::vector<IRInstructionData *> InstrList;
1462 populateMapper(Modules, InstrList, IntegerMapping);
1463 findCandidates(InstrList, IntegerMapping);
1476 std::vector<IRInstructionData *> InstrList;
1479 populateMapper(M, InstrList, IntegerMapping);
1480 findCandidates(InstrList, IntegerMapping);