Searched refs:DFSInfo (Results 1 – 1 of 1) sorted by relevance
115 struct DFSInfo { struct119 DFSInfo() = default; argument120 explicit DFSInfo(unsigned Start) : Start(Start) {} in DFSInfo() function124 bool isAncestorOf(const DFSInfo &Other) const { in isAncestorOf() argument129 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()