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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp408 DominatorTree *DisabledDT; ///< Stores DT if it's disabled. member in class:__anon4451::LazyValueInfoImpl
488 assert(!DisabledDT && "Both DT and DisabledDT are not nullptr!");
489 std::swap(DT, DisabledDT);
496 if (DisabledDT) {
497 assert(!DT && "Both DT and DisabledDT are not nullptr!");
498 std::swap(DT, DisabledDT);
508 : AC(AC), DL(DL), DT(DT), DisabledDT(nullptr) {}

Completed in 102 milliseconds