Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DGenericCycleImpl.h115 struct DFSInfo { struct
119 DFSInfo() = default; argument
120 explicit DFSInfo(unsigned Start) : Start(Start) {} in DFSInfo() function
124 bool isAncestorOf(const DFSInfo &Other) const { in isAncestorOf() argument
129 DenseMap<BlockT *, DFSInfo> BlockDFSInfo;
198 const DFSInfo CandidateInfo = BlockDFSInfo.lookup(HeaderCandidate); in run()
201 const DFSInfo PredDFSInfo = BlockDFSInfo.lookup(Pred); in run()
225 const DFSInfo PredDFSInfo = BlockDFSInfo.lookup(Pred); in run()