Home
last modified time | relevance | path

Searched defs:LoopCarriedEdges (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h205 struct LoopCarriedEdges { struct
206 using OrderDep = SmallSetVector<SUnit *, 8>;
207 using OrderDepsType = DenseMap<SUnit *, OrderDep>;
209 OrderDepsType OrderDeps;
211 const OrderDep *getOrderDepOrNull(SUnit *Key) const { in getOrderDepOrNull()