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