Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h130 struct DFSInfo { struct
134 DFSInfo() = default; argument
135 explicit DFSInfo(unsigned Start) : Start(Start) {} in DFSInfo() function
139 bool isAncestorOf(const DFSInfo &Other) const { in isAncestorOf() argument