Lines Matching refs:DTU
930 StrNCmpInliner(CallInst *CI, LibFunc Func, DomTreeUpdater *DTU,
932 : CI(CI), Func(Func), DTU(DTU), DL(DL) {}
941 DomTreeUpdater *DTU;
1060 SplitBlock(BBCI, CI, DTU, nullptr, nullptr, BBCI->getName() + ".tail");
1096 if (DTU) {
1106 DTU->applyUpdates(Updates);
1111 static bool foldMemChr(CallInst *Call, DomTreeUpdater *DTU,
1135 BasicBlock *BBNext = SplitBlock(BB, Call, DTU);
1150 if (DTU)
1165 if (DTU) {
1179 if (DTU)
1180 DTU->applyUpdates(Updates);
1203 DomTreeUpdater DTU(&DT, DomTreeUpdater::UpdateStrategy::Lazy);
1212 if (StrNCmpInliner(CI, LF, &DTU, DL).optimizeStrNCmp()) {
1218 if (foldMemChr(CI, &DTU, DL)) {