Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDDG.h220 Rooted, enumerator
221 Last = Rooted // Must be equal to the largest enum value.
247 bool isRooted() const { return Kind == EdgeKind::Rooted; } in isRooted()
382 auto *E = new DDGEdge(Tgt, DDGEdge::EdgeKind::Rooted); in createRootedEdge()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDDG.cpp165 case DDGEdge::EdgeKind::Rooted: in operator <<()
H A DDependenceGraphBuilder.cpp171 case EdgeKind::Rooted: in createPiBlocks()