Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDDG.h24 class DDGNode; variable
55 DDGNode(const NodeKind K) : DDGNodeBase(), Kind(K) {} in DDGNode() function
56 DDGNode(const DDGNode &N) : DDGNodeBase(N), Kind(N.Kind) {} in DDGNode() function
57 DDGNode(DDGNode &&N) : DDGNodeBase(std::move(N)), Kind(N.Kind) {} in DDGNode() function