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

/external/llvm/include/llvm/Support/
H A DGenericDomTree.h220 mutable bool DFSInfoValid; member in class:llvm::DominatorTreeBase
246 DFSInfoValid = false;
317 : DominatorBase<NodeT>(isPostDom), DFSInfoValid(false), SlowQueries(0) {}
324 DFSInfoValid(std::move(Arg.DFSInfoValid)),
334 DFSInfoValid = std::move(RHS.DFSInfoValid);
455 assert((!DFSInfoValid ||
460 if (DFSInfoValid)
511 if (DFSInfoValid) {
[all...]

Completed in 80 milliseconds