Home | History | Annotate | Download | only in Analysis

Lines Matching refs:DT

147                                          const DominatorTree *DT) {
191 Value *PHIIn = PHITranslateSubExpr(Cast->getOperand(0), CurBB, PredBB, DT);
209 (!DT || DT->dominates(CastI->getParent(), PredBB)))
220 Value *GEPOp = PHITranslateSubExpr(GEP->getOperand(i), CurBB, PredBB, DT);
231 if (Value *V = SimplifyGEPInst(GEPOps, DL, TLI, DT)) {
245 (!DT || DT->dominates(GEPI->getParent(), PredBB))) {
267 Value *LHS = PHITranslateSubExpr(Inst->getOperand(0), CurBB, PredBB, DT);
286 if (Value *Res = SimplifyAddInst(LHS, RHS, isNSW, isNUW, DL, TLI, DT)) {
303 (!DT || DT->dominates(BO->getParent(), PredBB)))
317 /// dominator tree DT is non-null, the translated value must dominate
320 const DominatorTree *DT) {
322 Addr = PHITranslateSubExpr(Addr, CurBB, PredBB, DT);
325 if (DT) {
328 if (!DT->dominates(Inst->getParent(), PredBB))
344 const DominatorTree &DT,
349 Addr = InsertPHITranslatedSubExpr(Addr, CurBB, PredBB, DT, NewInsts);
368 BasicBlock *PredBB, const DominatorTree &DT,
373 if (!Tmp.PHITranslateValue(CurBB, PredBB, &DT))
384 CurBB, PredBB, DT, NewInsts);
402 CurBB, PredBB, DT, NewInsts);
426 CurBB, PredBB, DT, NewInsts);