Home
last modified time | relevance | path

Searched refs:InstructionListType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h46 using InstructionListType = SmallVectorImpl<Instruction *>;
81 InstructionListType &IList) const;
127 const InstructionListType &getInstructions() const { in getInstructions()
131 InstructionListType &getInstructions() { in getInstructions()
132 return const_cast<InstructionListType &>( in getInstructions()
149 void appendInstructions(const InstructionListType &Input) { in appendInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp35 using InstructionListType = SmallVector<Instruction *, 2>; typedef
230 InstructionListType SrcIList; in createDefUseEdges()
284 InstructionListType SrcIList; in createMemoryDependencyEdges()
292 InstructionListType DstIList; in createMemoryDependencyEdges()
H A DDDG.cpp40 InstructionListType &IList) const { in collectInstructions()