Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGenericDomTree.h221 mutable bool DFSInfoValid; variable
247 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 …]
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominators.h193 bool DFSInfoValid; variable
289 : 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()