Searched refs:BB2V (Results 1 – 1 of 1) sorted by relevance
1063 Value *BB2V = PN->getIncomingValueForBlock(BB2); in isSafeToHoistInvoke() local1064 if (BB1V != BB2V && (BB1V==I1 || BB2V==I2)) { in isSafeToHoistInvoke()1158 Value *BB2V = PN->getIncomingValueForBlock(BB2); in HoistThenElseCodeToIf() local1159 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() local1196 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()[all …]