Searched refs:DFSInfoValid (Results 1 – 2 of 2) sorted by relevance
221 mutable bool DFSInfoValid; variable247 DFSInfoValid = false; in reset()318 : DominatorBase<NodeT>(isPostDom), DFSInfoValid(false), SlowQueries(0) {} in DominatorTreeBase()325 DFSInfoValid(std::move(Arg.DFSInfoValid)), in DominatorTreeBase()335 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 …]
193 bool DFSInfoValid; variable289 : DominatorBase<NodeT>(isPostDom), DFSInfoValid(false), SlowQueries(0) {} in DominatorTreeBase()390 assert((!DFSInfoValid || in dominates()395 if (DFSInfoValid) in dominates()489 DFSInfoValid = false; in addNewBlock()500 DFSInfoValid = false; in changeImmediateDominator()556 if (!this->DFSInfoValid) in print()622 DFSInfoValid = true; in updateDFSNumbers()