Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h29 using DDGNodeBase = DGNode<DDGNode, DDGEdge>; variable
45 class LLVM_ABI DDGNode : public DDGNodeBase {
60 DDGNode(DDGNode &&N) : DDGNodeBase(std::move(N)), Kind(N.Kind) {} in DDGNode()