Home
last modified time | relevance | path

Searched refs: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() argument
139 bool isAncestorOf(const DFSInfo &Other) const { in isAncestorOf() argument
144 DenseMap<BlockT *, DFSInfo> BlockDFSInfo;
230 const DFSInfo CandidateInfo = BlockDFSInfo.lookup(HeaderCandidate); in run()
233 const DFSInfo PredDFSInfo = BlockDFSInfo.lookup(Pred); in run()
257 const DFSInfo PredDFSInfo = BlockDFSInfo.lookup(Pred); in run()