Lines Matching refs:BB2V
1063 Value *BB2V = PN->getIncomingValueForBlock(BB2); in isSafeToHoistInvoke() local
1064 if (BB1V != BB2V && (BB1V==I1 || BB2V==I2)) { in isSafeToHoistInvoke()
1158 Value *BB2V = PN->getIncomingValueForBlock(BB2); in HoistThenElseCodeToIf() local
1159 if (BB1V == BB2V) in HoistThenElseCodeToIf()
1165 passingValueIsAlwaysUndefined(BB2V, PN)) in HoistThenElseCodeToIf()
1170 if (isa<ConstantExpr>(BB2V) && !isSafeToSpeculativelyExecute(BB2V)) in HoistThenElseCodeToIf()
1195 Value *BB2V = PN->getIncomingValueForBlock(BB2); in HoistThenElseCodeToIf() local
1196 if (BB1V == BB2V) continue; in HoistThenElseCodeToIf()
1200 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2V)]; in HoistThenElseCodeToIf()
1203 (Builder.CreateSelect(BI->getCondition(), BB1V, BB2V, in HoistThenElseCodeToIf()
1204 BB1V->getName()+"."+BB2V->getName())); in HoistThenElseCodeToIf()
1250 Value *BB2V = PN->getIncomingValueForBlock(BB2); in SinkThenElseCodeToEnd() local
1251 JointValueMap[std::make_pair(BB1V, BB2V)] = PN; in SinkThenElseCodeToEnd()