Searched defs:DDGNode (Results 1 – 1 of 1) sorted by relevance
26 class DDGNode; variable57 DDGNode(const NodeKind K) : Kind(K) {} in DDGNode() function59 DDGNode(DDGNode &&N) : DDGNodeBase(std::move(N)), Kind(N.Kind) {} in DDGNode() function