Searched refs:DFSInfo (Results 1 – 1 of 1) sorted by relevance
130 struct DFSInfo { struct134 DFSInfo() = default; argument135 explicit DFSInfo(unsigned Start) : Start(Start) {} in DFSInfo() argument139 bool isAncestorOf(const DFSInfo &Other) const { in isAncestorOf() argument144 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()