Searched refs:InstructionListType (Results 1 – 3 of 3) sorted by relevance
47 using InstructionListType = SmallVectorImpl<Instruction *>;82 InstructionListType &IList) const;128 const InstructionListType &getInstructions() const { in getInstructions()132 InstructionListType &getInstructions() { in getInstructions()133 return const_cast<InstructionListType &>( in getInstructions()150 void appendInstructions(const InstructionListType &Input) { in appendInstructions()
35 using InstructionListType = SmallVector<Instruction *, 2>; typedef230 InstructionListType SrcIList; in createDefUseEdges()282 InstructionListType SrcIList; in createMemoryDependencyEdges()290 InstructionListType DstIList; in createMemoryDependencyEdges()
40 InstructionListType &IList) const { in collectInstructions()