Searched refs:SuccIterPairs (Results 1 – 1 of 1) sorted by relevance
1837 SmallVector<SuccIterPair, 8> SuccIterPairs; in hoistCommonCodeFromSuccessors() local1842 SuccIterPairs.push_back(SuccIterPair(SuccItr, 0)); in hoistCommonCodeFromSuccessors()1882 if (SuccIterPairs.size() > 2) { in hoistCommonCodeFromSuccessors()1883 erase_if(SuccIterPairs, in hoistCommonCodeFromSuccessors()1885 if (SuccIterPairs.size() < 2) in hoistCommonCodeFromSuccessors()1892 auto *SuccIterPairBegin = SuccIterPairs.begin(); in hoistCommonCodeFromSuccessors()1895 iterator_range(SuccIterPairBegin, SuccIterPairs.end()); in hoistCommonCodeFromSuccessors()1976 NumHoistCommonCode += SuccIterPairs.size(); in hoistCommonCodeFromSuccessors()1978 NumHoistCommonInstrs += SuccIterPairs.size(); in hoistCommonCodeFromSuccessors()1987 for (auto &SuccIterPair : SuccIterPairs) { in hoistCommonCodeFromSuccessors()