Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGenericDomTree.h220 mutable bool DFSInfoValid; variable
246 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);
457 assert((!DFSInfoValid || in dominates()
462 if (DFSInfoValid) in dominates()
513 if (DFSInfoValid) { in findNearestCommonDominator()
562 DFSInfoValid = false; in addNewBlock()
573 DFSInfoValid = false; in changeImmediateDominator()
[all …]