Home
last modified time | relevance | path

Searched defs:SuccIter (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1626 for (auto &SuccIter : make_first_range(SuccIterPairs)) { in hoistCommonCodeFromSuccessors() local
1667 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local
1676 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local
1685 for (auto &SuccIter : OtherSuccIterRange) in hoistCommonCodeFromSuccessors() local
1730 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local
1744 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local
H A DBasicBlockUtils.cpp2033 auto SuccIter = Succ0 ? find(Outgoing, Succ0) : find(Outgoing, Succ1); in calcPredicateUsingInteger() local