Lines Matching refs:SuccIter
1626 for (auto &SuccIter : make_first_range(SuccIterPairs)) { in hoistCommonCodeFromSuccessors() local
1627 auto *INonDbg = &*skipDebugIntrinsics(SuccIter); in hoistCommonCodeFromSuccessors()
1667 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local
1668 Instruction *I2 = &*SuccIter; in hoistCommonCodeFromSuccessors()
1670 I2 = &*++SuccIter; in hoistCommonCodeFromSuccessors()
1676 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local
1677 Instruction *I2 = &*SuccIter; in hoistCommonCodeFromSuccessors()
1685 for (auto &SuccIter : OtherSuccIterRange) in hoistCommonCodeFromSuccessors() local
1686 OtherInsts.push_back(&*SuccIter); in hoistCommonCodeFromSuccessors()
1730 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local
1731 auto *I2 = &*SuccIter++; in hoistCommonCodeFromSuccessors()
1744 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local
1745 Instruction *I2 = &*SuccIter++; in hoistCommonCodeFromSuccessors()