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.h235 struct DFSInfo { struct
239 DFSInfo() = default; argument
240 explicit DFSInfo(unsigned Start) : Start(Start) {} in DFSInfo() function
246 bool isAncestorOf(const DFSInfo &Other) const { in isAncestorOf() argument
251 DenseMap<BlockT *, DFSInfo> BlockDFSInfo;
340 const DFSInfo CandidateInfo = BlockDFSInfo.lookup(HeaderCandidate); in run()
343 const DFSInfo PredDFSInfo = BlockDFSInfo.lookup(Pred); in run()
369 const DFSInfo PredDFSInfo = BlockDFSInfo.lookup(Pred); in run()