Searched defs:LoopCarriedEdges (Results 1 – 1 of 1) sorted by relevance
205 struct LoopCarriedEdges { struct206 using OrderDep = SmallSetVector<SUnit *, 8>;207 using OrderDepsType = DenseMap<SUnit *, OrderDep>;209 OrderDepsType OrderDeps;211 const OrderDep *getOrderDepOrNull(SUnit *Key) const { in getOrderDepOrNull()