Searched refs:hasDomTree (Results 1 – 6 of 6) sorted by relevance
64 bool hasDomTree() const { return DT != nullptr; } in hasDomTree() function
464 assert(DTU.hasDomTree() && "We need a DTU with a valid DT!"); in shouldSplitOnPredicatedArgument()
717 if (ChainEntryIsFnEntry && DTU.hasDomTree()) { in simplify()
316 assert(DTU->hasDomTree() && "JumpThreading relies on DomTree to proceed."); in runImpl()
1154 if (NewBB->isEntryBlock() && DTU->hasDomTree()) { in UpdateAnalysisInformation()1190 if (DTU && DTU->hasDomTree()) in UpdateAnalysisInformation()
841 if (ReplaceEntryBB && DTU->hasDomTree()) { in MergeBasicBlockIntoOnlyPred()