Searched defs:SMSNode (Results 1 – 1 of 1) sorted by relevance
96 struct SMSNode { struct103 SMSNode(ValueT D, unsigned P, unsigned N) : Data(D), Prev(P), Next(N) {} in SMSNode() argument121 using DenseT = SmallVector<SMSNode, 8>; argument