Lines Matching refs:BB1V
1158 Value *BB1V = PN->getIncomingValueForBlock(BB1); in isSafeToHoistInvoke() local
1160 if (BB1V != BB2V && (BB1V == I1 || BB2V == I2)) { in isSafeToHoistInvoke()
1257 Value *BB1V = PN->getIncomingValueForBlock(BB1); in HoistThenElseCodeToIf() local
1259 if (BB1V == BB2V) in HoistThenElseCodeToIf()
1264 if (passingValueIsAlwaysUndefined(BB1V, PN) || in HoistThenElseCodeToIf()
1268 if (isa<ConstantExpr>(BB1V) && !isSafeToSpeculativelyExecute(BB1V)) in HoistThenElseCodeToIf()
1294 Value *BB1V = PN->getIncomingValueForBlock(BB1); in HoistThenElseCodeToIf() local
1296 if (BB1V == BB2V) in HoistThenElseCodeToIf()
1301 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2V)]; in HoistThenElseCodeToIf()
1304 Builder.CreateSelect(BI->getCondition(), BB1V, BB2V, in HoistThenElseCodeToIf()
1305 BB1V->getName() + "." + BB2V->getName(), BI)); in HoistThenElseCodeToIf()
1350 Value *BB1V = PN->getIncomingValueForBlock(BB1); in SinkThenElseCodeToEnd() local
1352 JointValueMap[std::make_pair(BB1V, BB2V)] = PN; in SinkThenElseCodeToEnd()