Lines Matching refs:SuccIter
1569 for (auto &SuccIter : make_first_range(SuccIterPairs)) { in hoistCommonCodeFromSuccessors() local
1570 auto *INonDbg = &*skipDebugIntrinsics(SuccIter); in hoistCommonCodeFromSuccessors()
1611 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local
1612 Instruction *I2 = &*SuccIter; in hoistCommonCodeFromSuccessors()
1614 I2 = &*++SuccIter; in hoistCommonCodeFromSuccessors()
1620 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local
1621 Instruction *I2 = &*SuccIter; in hoistCommonCodeFromSuccessors()
1636 for (auto &SuccIter : OtherSuccIterRange) in hoistCommonCodeFromSuccessors() local
1637 Insts.push_back(&*SuccIter); in hoistCommonCodeFromSuccessors()
1664 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local
1665 auto *I2 = &*SuccIter++; in hoistCommonCodeFromSuccessors()
1675 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local
1676 Instruction *I2 = &*SuccIter++; in hoistCommonCodeFromSuccessors()