Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ThisBB

698       BasicBlock *ThisBB = PN->getIncomingBlock(i);
699 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB);
700 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB);
707 NewPN->addIncoming(InV, ThisBB);