Searched refs:DDGNodeBase (Results 1 – 1 of 1) sorted by relevance
29 using DDGNodeBase = DGNode<DDGNode, DDGEdge>; variable45 class LLVM_ABI DDGNode : public DDGNodeBase {60 DDGNode(DDGNode &&N) : DDGNodeBase(std::move(N)), Kind(N.Kind) {} in DDGNode()