Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp404 DominatorTree *DisabledDT; ///< Stores DT if it's disabled. member in __anonc035c0260411::LazyValueInfoImpl
470 assert(!DisabledDT && "Both DT and DisabledDT are not nullptr!"); in disableDT()
471 std::swap(DT, DisabledDT); in disableDT()
478 if (DisabledDT) { in enableDT()
480 std::swap(DT, DisabledDT); in enableDT()
490 : AC(AC), DL(DL), DT(DT), DisabledDT(nullptr) {} in LazyValueInfoImpl()