HomeSort by: relevance | last modified time | path
    Searched defs:Rooted (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DDG.h 217 /// A rooted edge connects the root node to one of the components
226 Rooted,
227 Last = Rooted // Must be equal to the largest enum value.
257 bool isRooted() const { return Kind == EdgeKind::Rooted; }
392 auto *E = new DDGEdge(Tgt, DDGEdge::EdgeKind::Rooted);

Completed in 27 milliseconds