Searched refs:SuccIterPairs (Results 1 – 1 of 1) sorted by relevance
1614 SmallVector<SuccIterPair, 8> SuccIterPairs; in hoistCommonCodeFromSuccessors() local1619 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()[all …]