Lines Matching refs:SuccIterPairs
1614 SmallVector<SuccIterPair, 8> SuccIterPairs; in hoistCommonCodeFromSuccessors() local
1619 SuccIterPairs.push_back(SuccIterPair(SuccItr, 0)); in hoistCommonCodeFromSuccessors()
1626 for (auto &SuccIter : make_first_range(SuccIterPairs)) { in hoistCommonCodeFromSuccessors()
1641 if (SuccIterPairs.size() > 2) { in hoistCommonCodeFromSuccessors()
1642 erase_if(SuccIterPairs, in hoistCommonCodeFromSuccessors()
1644 if (SuccIterPairs.size() < 2) in hoistCommonCodeFromSuccessors()
1651 auto *SuccIterPairBegin = SuccIterPairs.begin(); in hoistCommonCodeFromSuccessors()
1654 iterator_range(SuccIterPairBegin, SuccIterPairs.end()); in hoistCommonCodeFromSuccessors()
1758 NumHoistCommonCode += SuccIterPairs.size(); in hoistCommonCodeFromSuccessors()
1760 NumHoistCommonInstrs += SuccIterPairs.size(); in hoistCommonCodeFromSuccessors()
1769 for (auto &SuccIterPair : SuccIterPairs) { in hoistCommonCodeFromSuccessors()