Lines Matching refs:SuccIterPairs
1557 SmallVector<SuccIterPair, 8> SuccIterPairs; in hoistCommonCodeFromSuccessors() local
1562 SuccIterPairs.push_back(SuccIterPair(SuccItr, 0)); in hoistCommonCodeFromSuccessors()
1569 for (auto &SuccIter : make_first_range(SuccIterPairs)) { in hoistCommonCodeFromSuccessors()
1584 if (SuccIterPairs.size() > 2) { in hoistCommonCodeFromSuccessors()
1585 erase_if(SuccIterPairs, in hoistCommonCodeFromSuccessors()
1587 if (SuccIterPairs.size() < 2) in hoistCommonCodeFromSuccessors()
1594 auto *SuccIterPairBegin = SuccIterPairs.begin(); in hoistCommonCodeFromSuccessors()
1597 iterator_range(SuccIterPairBegin, SuccIterPairs.end()); in hoistCommonCodeFromSuccessors()
1689 NumHoistCommonCode += SuccIterPairs.size(); in hoistCommonCodeFromSuccessors()
1691 NumHoistCommonInstrs += SuccIterPairs.size(); in hoistCommonCodeFromSuccessors()
1698 for (auto &SuccIterPair : SuccIterPairs) { in hoistCommonCodeFromSuccessors()