Searched refs:BB2V (Results 1 – 1 of 1) sorted by relevance
1429 Value *BB2V = PN.getIncomingValueForBlock(BB2); in isSafeToHoistInvoke() local1430 if (BB1V != BB2V && (BB1V == I1 || BB2V == I2)) { in isSafeToHoistInvoke()1812 Value *BB2V = PN.getIncomingValueForBlock(OtherSuccTI->getParent()); in hoistSuccIdenticalTerminatorToSwitchOrIf() local1813 if (BB1V == BB2V) in hoistSuccIdenticalTerminatorToSwitchOrIf()1820 passingValueIsAlwaysUndefined(BB2V, &PN)) in hoistSuccIdenticalTerminatorToSwitchOrIf()1862 Value *BB2V = PN.getIncomingValueForBlock(BB2); 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()