Searched defs:SMSNode (Results 1 – 1 of 1) sorted by relevance
89 struct SMSNode { struct96 SMSNode(ValueT D, unsigned P, unsigned N) : Data(D), Prev(P), Next(N) { } in SMSNode() argument114 typedef SmallVector<SMSNode, 8> DenseT; argument