Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp408 DominatorTree *DisabledDT; ///< Stores DT if it's disabled. member in __anon3936ddd50411::LazyValueInfoImpl
488 assert(!DisabledDT && "Both DT and DisabledDT are not nullptr!"); in disableDT()
489 std::swap(DT, DisabledDT); in disableDT()
496 if (DisabledDT) { in enableDT()
498 std::swap(DT, DisabledDT); in enableDT()
508 : AC(AC), DL(DL), DT(DT), DisabledDT(nullptr) {} in LazyValueInfoImpl()