Lines Matching refs:DTU
70 DomTreeUpdater *DTU);
80 DomTreeUpdater DTU(DT, DomTreeUpdater::UpdateStrategy::Lazy); in run() local
82 bool Changed = runImpl(F, TLI, DT ? &DTU : nullptr); in run()
102 bool runImpl(Function &F, const TargetLowering *TLI, DomTreeUpdater *DTU) { in runImpl() argument
179 if (DTU) in runImpl()
182 if (DTU) { in runImpl()
189 if (DTU) { in runImpl()
192 DTU->applyUpdates(Updates); in runImpl()
224 if (DTU) { in runImpl()
243 if (DTU) in runImpl()
248 if (DTU) { in runImpl()
265 if (DTU) { in runImpl()
274 DTU->applyUpdates(Updates); in runImpl()
291 std::optional<DomTreeUpdater> DTU; in runOnFunction() local
293 DTU.emplace(DTWP->getDomTree(), DomTreeUpdater::UpdateStrategy::Lazy); in runOnFunction()
295 return runImpl(F, TLI, DTU ? &*DTU : nullptr); in runOnFunction()