Home
last modified time | relevance | path

Searched defs:DDGNode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h26 class DDGNode; variable
57 DDGNode(const NodeKind K) : Kind(K) {} in DDGNode() function
59 DDGNode(DDGNode &&N) : DDGNodeBase(std::move(N)), Kind(N.Kind) {} in DDGNode() function