Home
last modified time | relevance | path

Searched refs:DFSInfoValid (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DGenericDomTree.h217 mutable bool DFSInfoValid; variable
316 : DominatorBase<NodeT>(isPostDom), DFSInfoValid(false), SlowQueries(0) {} in DominatorTreeBase()
324 DFSInfoValid(std::move(Arg.DFSInfoValid)), in DominatorTreeBase()
334 DFSInfoValid = std::move(RHS.DFSInfoValid);
452 assert((!DFSInfoValid || in dominates()
457 if (DFSInfoValid) in dominates()
508 if (DFSInfoValid) { in findNearestCommonDominator()
557 DFSInfoValid = false; in addNewBlock()
568 DFSInfoValid = false; in changeImmediateDominator()
625 if (!this->DFSInfoValid) in print()
[all …]