Searched refs:DFSInfoValid (Results 1 – 1 of 1) sorted by relevance
220 mutable bool DFSInfoValid; variable246 DFSInfoValid = false; in reset()317 : DominatorBase<NodeT>(isPostDom), DFSInfoValid(false), SlowQueries(0) {} in DominatorTreeBase()324 DFSInfoValid(std::move(Arg.DFSInfoValid)), in DominatorTreeBase()334 DFSInfoValid = std::move(RHS.DFSInfoValid);455 assert((!DFSInfoValid || in dominates()460 if (DFSInfoValid) in dominates()511 if (DFSInfoValid) { in findNearestCommonDominator()560 DFSInfoValid = false; in addNewBlock()571 DFSInfoValid = false; in changeImmediateDominator()[all …]