Searched refs:BB1V (Results 1 – 1 of 1) sorted by relevance
1040 Value *BB1V = PN->getIncomingValueForBlock(BB1); in isSafeToHoistInvoke() local1042 if (BB1V != BB2V && (BB1V==I1 || BB2V==I2)) { in isSafeToHoistInvoke()1136 Value *BB1V = PN->getIncomingValueForBlock(BB1); in HoistThenElseCodeToIf() local1138 if (BB1V == BB2V) in HoistThenElseCodeToIf()1143 if (passingValueIsAlwaysUndefined(BB1V, PN) || in HoistThenElseCodeToIf()1147 if (isa<ConstantExpr>(BB1V) && !isSafeToSpeculativelyExecute(BB1V)) in HoistThenElseCodeToIf()1173 Value *BB1V = PN->getIncomingValueForBlock(BB1); in HoistThenElseCodeToIf() local1175 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()[all …]