Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CurBB

116   // If the input value is not an instruction, or if it is not defined in CurBB,
145 Value *PHITransAddr::PHITranslateSubExpr(Value *V, BasicBlock *CurBB,
157 if (Inst->getParent() != CurBB) {
191 Value *PHIIn = PHITranslateSubExpr(Cast->getOperand(0), CurBB, PredBB, DT);
221 Value *GEPOp = PHITranslateSubExpr(GEP->getOperand(i), CurBB, PredBB, DT);
246 GEPI->getParent()->getParent() == CurBB->getParent() &&
269 Value *LHS = PHITranslateSubExpr(Inst->getOperand(0), CurBB, PredBB, DT);
305 BO->getParent()->getParent() == CurBB->getParent() &&
319 /// CurBB to Pred, updating our state to reflect any needed changes. If the
322 bool PHITransAddr::PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB,
325 Addr = PHITranslateSubExpr(Addr, CurBB, PredBB, DT);
346 PHITranslateWithInsertion(BasicBlock *CurBB, BasicBlock *PredBB,
352 Addr = InsertPHITranslatedSubExpr(Addr, CurBB, PredBB, DT, NewInsts);
365 /// version of 'V' for the edge PredBB->CurBB into the end of the PredBB
370 InsertPHITranslatedSubExpr(Value *InVal, BasicBlock *CurBB,
376 if (!Tmp.PHITranslateValue(CurBB, PredBB, &DT))
387 CurBB, PredBB, DT, NewInsts);
402 BasicBlock *CurBB = GEP->getParent();
405 CurBB, PredBB, DT, NewInsts);
429 CurBB, PredBB, DT, NewInsts);