Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h44 using InstructionListType = SmallVectorImpl<Instruction *>;
79 InstructionListType &IList) const;
129 const InstructionListType &getInstructions() const { in getInstructions()
133 InstructionListType &getInstructions() { in getInstructions()
134 return const_cast<InstructionListType &>( in getInstructions()
151 void appendInstructions(const InstructionListType &Input) { in appendInstructions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp34 using InstructionListType = SmallVector<Instruction *, 2>; typedef
229 InstructionListType SrcIList; in createDefUseEdges()
283 InstructionListType SrcIList; in createMemoryDependencyEdges()
291 InstructionListType DstIList; in createMemoryDependencyEdges()
H A DDDG.cpp41 InstructionListType &IList) const { in collectInstructions()