Lines Matching refs:BB2V
1041 Value *BB2V = PN->getIncomingValueForBlock(BB2); in isSafeToHoistInvoke() local
1042 if (BB1V != BB2V && (BB1V==I1 || BB2V==I2)) { in isSafeToHoistInvoke()
1137 Value *BB2V = PN->getIncomingValueForBlock(BB2); in HoistThenElseCodeToIf() local
1138 if (BB1V == BB2V) in HoistThenElseCodeToIf()
1144 passingValueIsAlwaysUndefined(BB2V, PN)) in HoistThenElseCodeToIf()
1149 if (isa<ConstantExpr>(BB2V) && !isSafeToSpeculativelyExecute(BB2V)) in HoistThenElseCodeToIf()
1174 Value *BB2V = PN->getIncomingValueForBlock(BB2); in HoistThenElseCodeToIf() local
1175 if (BB1V == BB2V) continue; in HoistThenElseCodeToIf()
1179 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2V)]; in HoistThenElseCodeToIf()
1182 (Builder.CreateSelect(BI->getCondition(), BB1V, BB2V, in HoistThenElseCodeToIf()
1183 BB1V->getName()+"."+BB2V->getName())); in HoistThenElseCodeToIf()
1229 Value *BB2V = PN->getIncomingValueForBlock(BB2); in SinkThenElseCodeToEnd() local
1230 JointValueMap[std::make_pair(BB1V, BB2V)] = PN; in SinkThenElseCodeToEnd()