Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp277 SmallVectorImpl<Instruction *> &OtherSuccTIs);
1780 SmallVectorImpl<Instruction *> &OtherSuccTIs) { in hoistSuccIdenticalTerminatorToSwitchOrIf() argument
1789 auto *I2 = *OtherSuccTIs.begin(); in hoistSuccIdenticalTerminatorToSwitchOrIf()
1792 assert(OtherSuccTIs.size() == 1); in hoistSuccIdenticalTerminatorToSwitchOrIf()
1811 for (Instruction *OtherSuccTI : OtherSuccTIs) { in hoistSuccIdenticalTerminatorToSwitchOrIf()
1828 hoistLockstepIdenticalDbgVariableRecords(TI, I1, OtherSuccTIs); in hoistSuccIdenticalTerminatorToSwitchOrIf()
1834 for (Instruction *OtherSuccTI : OtherSuccTIs) in hoistSuccIdenticalTerminatorToSwitchOrIf()
1839 NumHoistCommonInstrs += OtherSuccTIs.size() + 1; in hoistSuccIdenticalTerminatorToSwitchOrIf()
1845 for (auto *OtherSuccTI : OtherSuccTIs) in hoistSuccIdenticalTerminatorToSwitchOrIf()