Home
last modified time | relevance | path

Searched refs:SuccIterPairs (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1557 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()
[all …]