struct GenericCycleInfoCompute::DFSInfo
Declaration
struct GenericCycleInfoCompute::DFSInfo { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ADT/GenericCycleImpl.h:115
Member Variables
- public unsigned int Start = 0
- public unsigned int End = 0
Method Overview
- public DFSInfo()
- public DFSInfo(unsigned int Start)
- public bool isAncestorOf(const llvm::GenericCycleInfoCompute::DFSInfo & Other) const
Methods
¶DFSInfo()
DFSInfo()
Declared at: llvm/include/llvm/ADT/GenericCycleImpl.h:119
¶DFSInfo(unsigned int Start)
DFSInfo(unsigned int Start)
Declared at: llvm/include/llvm/ADT/GenericCycleImpl.h:120
Parameters
- unsigned int Start
¶bool isAncestorOf(
const llvm::GenericCycleInfoCompute::DFSInfo&
Other) const
bool isAncestorOf(
const llvm::GenericCycleInfoCompute::DFSInfo&
Other) const
Description
Whether this node is an ancestor (or equal to) the node \p Other in the DFS tree.
Declared at: llvm/include/llvm/ADT/GenericCycleImpl.h:124
Parameters
- const llvm::GenericCycleInfoCompute::DFSInfo& Other