Home
last modified time | relevance | path

Searched refs:OtherSuccTI (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1740 for (Instruction *OtherSuccTI : OtherSuccTIs) { in hoistSuccIdenticalTerminatorToSwitchOrIf()
1741 Value *BB2V = PN.getIncomingValueForBlock(OtherSuccTI->getParent()); in hoistSuccIdenticalTerminatorToSwitchOrIf()
1760 for (Instruction *OtherSuccTI : OtherSuccTIs) in hoistSuccIdenticalTerminatorToSwitchOrIf()
1761 OtherSuccTI->replaceAllUsesWith(NT); in hoistSuccIdenticalTerminatorToSwitchOrIf()
1771 for (auto *OtherSuccTI : OtherSuccTIs) in hoistSuccIdenticalTerminatorToSwitchOrIf() local
1772 Locs.push_back(OtherSuccTI->getDebugLoc()); in hoistSuccIdenticalTerminatorToSwitchOrIf()
1776 for (Instruction *OtherSuccTI : OtherSuccTIs) in hoistSuccIdenticalTerminatorToSwitchOrIf()
1777 NT->cloneDebugInfoFrom(OtherSuccTI); in hoistSuccIdenticalTerminatorToSwitchOrIf()