Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1611 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local
1612 Instruction *I2 = &*SuccIter; in hoistCommonCodeFromSuccessors()
1614 I2 = &*++SuccIter; in hoistCommonCodeFromSuccessors()
1620 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local
1621 Instruction *I2 = &*SuccIter; in hoistCommonCodeFromSuccessors()
1636 for (auto &SuccIter : OtherSuccIterRange) in hoistCommonCodeFromSuccessors() local
1637 Insts.push_back(&*SuccIter); in hoistCommonCodeFromSuccessors()
1664 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local
1665 auto *I2 = &*SuccIter++; in hoistCommonCodeFromSuccessors()
1675 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local
[all …]
H A DBasicBlockUtils.cpp2021 auto SuccIter = Succ0 ? find(Outgoing, Succ0) : find(Outgoing, Succ1); in calcPredicateUsingInteger() local
2023 std::distance(Outgoing.begin(), SuccIter)); in calcPredicateUsingInteger()