Searched refs:OtherSuccTI (Results 1 – 1 of 1) sorted by relevance
1811 for (Instruction *OtherSuccTI : OtherSuccTIs) { in hoistSuccIdenticalTerminatorToSwitchOrIf()1812 Value *BB2V = PN.getIncomingValueForBlock(OtherSuccTI->getParent()); in hoistSuccIdenticalTerminatorToSwitchOrIf()1834 for (Instruction *OtherSuccTI : OtherSuccTIs) in hoistSuccIdenticalTerminatorToSwitchOrIf()1835 OtherSuccTI->replaceAllUsesWith(NT); in hoistSuccIdenticalTerminatorToSwitchOrIf()1845 for (auto *OtherSuccTI : OtherSuccTIs) in hoistSuccIdenticalTerminatorToSwitchOrIf() local1846 Locs.push_back(OtherSuccTI->getDebugLoc()); in hoistSuccIdenticalTerminatorToSwitchOrIf()