Home | History | Annotate | Download | only in Scalar

Lines Matching refs:DT

141                                DominatorTree *DT) {
144 LI, DT, ClonedLoopBlocks);
237 InstPartitionContainer(Loop *L, LoopInfo *LI, DominatorTree *DT)
238 : L(L), LI(LI), DT(DT) {}
285 if (!LoopAccessInfo::blockNeedsPredication(Inst->getParent(), L, DT))
420 NewLoop = Part->cloneLoopWithPreheader(TopPH, Pred, Index, LI, DT);
434 DT->changeImmediateDominator(
521 DominatorTree *DT;
591 LoopDistributeForLoop(Loop *L, Function *F, LoopInfo *LI, DominatorTree *DT,
593 : L(L), F(F), LI(LI), LAI(nullptr), DT(DT), SE(SE) {
622 InstPartitionContainer Partitions(L, LI, DT);
711 SplitBlock(PH, PH->getTerminator(), DT, LI);
723 LoopVersioning LVer(*LAI, L, LI, DT, SE, false);
742 DT->verifyDomTree();
848 DominatorTree *DT;
881 auto *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
898 LoopDistributeForLoop LDL(L, &F, LI, DT, SE);