Searched refs:DDGEdgeBase (Results 1 – 1 of 1) sorted by relevance
27 using DDGEdgeBase = DGEdge<DDGNode, DDGEdge>; variable219 class DDGEdge : public DDGEdgeBase {231 DDGEdge(DDGNode &N, EdgeKind K) : DDGEdgeBase(N), Kind(K) {} in DDGEdge()232 DDGEdge(const DDGEdge &E) : DDGEdgeBase(E), Kind(E.getKind()) {} in DDGEdge()233 DDGEdge(DDGEdge &&E) : DDGEdgeBase(std::move(E)), Kind(E.Kind) {} in DDGEdge()235 DDGEdgeBase::operator=(E);241 DDGEdgeBase::operator=(std::move(E));