Searched refs:DFSInfo (Results 1 – 1 of 1) sorted by relevance
235 struct DFSInfo { struct239 DFSInfo() = default; argument240 explicit DFSInfo(unsigned Start) : Start(Start) {} in DFSInfo() function246 bool isAncestorOf(const DFSInfo &Other) const { in isAncestorOf() argument251 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()