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