Home
last modified time | relevance | path

Searched refs:DFSInfoValid (Results 1 – 4 of 4) 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-7.0/llvm/include/llvm/Support/
DGenericDomTree.h274 mutable bool DFSInfoValid = false;
287 DFSInfoValid(Arg.DFSInfoValid),
297 DFSInfoValid = RHS.DFSInfoValid;
443 assert((!DFSInfoValid ||
448 if (DFSInfoValid)
598 DFSInfoValid = false;
612 DFSInfoValid = false;
635 DFSInfoValid = false;
651 DFSInfoValid = false;
692 if (!DFSInfoValid)
[all …]
DGenericDomTreeConstruction.h661 DT.DFSInfoValid = false; in InsertEdge()
949 DT.DFSInfoValid = false; in DeleteEdge()
1421 if (!DT.DFSInfoValid || !DT.Parent) in VerifyDFSNumbers()
/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()