Home
last modified time | relevance | path

Searched refs:DDGNodeBase (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDDG.h28 using DDGNodeBase = DGNode<DDGNode, DDGEdge>; variable
44 class DDGNode : public DDGNodeBase {
59 DDGNode(DDGNode &&N) : DDGNodeBase(std::move(N)), Kind(N.Kind) {} in DDGNode()