Searched refs:BB1V (Results 1 – 1 of 1) sorted by relevance
1428 Value *BB1V = PN.getIncomingValueForBlock(BB1); in isSafeToHoistInvoke() local1430 if (BB1V != BB2V && (BB1V == I1 || BB2V == I2)) { in isSafeToHoistInvoke()1810 Value *BB1V = PN.getIncomingValueForBlock(BB1); in hoistSuccIdenticalTerminatorToSwitchOrIf() local1813 if (BB1V == BB2V) in hoistSuccIdenticalTerminatorToSwitchOrIf()1819 if (!BI || passingValueIsAlwaysUndefined(BB1V, &PN) || in hoistSuccIdenticalTerminatorToSwitchOrIf()1861 Value *BB1V = PN.getIncomingValueForBlock(BB1); in hoistSuccIdenticalTerminatorToSwitchOrIf() local1863 if (BB1V == BB2V) in hoistSuccIdenticalTerminatorToSwitchOrIf()1868 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2V)]; in hoistSuccIdenticalTerminatorToSwitchOrIf()1876 BI->getCondition(), BB1V, BB2V, in hoistSuccIdenticalTerminatorToSwitchOrIf()1877 BB1V->getName() + "." + BB2V->getName(), BI)); in hoistSuccIdenticalTerminatorToSwitchOrIf()