Searched refs:SuccIter (Results 1 – 2 of 2) sorted by relevance
1626 for (auto &SuccIter : make_first_range(SuccIterPairs)) { in hoistCommonCodeFromSuccessors() local1627 auto *INonDbg = &*skipDebugIntrinsics(SuccIter); in hoistCommonCodeFromSuccessors()1667 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local1668 Instruction *I2 = &*SuccIter; in hoistCommonCodeFromSuccessors()1670 I2 = &*++SuccIter; in hoistCommonCodeFromSuccessors()1676 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local1677 Instruction *I2 = &*SuccIter; in hoistCommonCodeFromSuccessors()1685 for (auto &SuccIter : OtherSuccIterRange) in hoistCommonCodeFromSuccessors() local1686 OtherInsts.push_back(&*SuccIter); in hoistCommonCodeFromSuccessors()1730 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local[all …]
2033 auto SuccIter = Succ0 ? find(Outgoing, Succ0) : find(Outgoing, Succ1); in calcPredicateUsingInteger() local2035 std::distance(Outgoing.begin(), SuccIter)); in calcPredicateUsingInteger()