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 DControlFlowUtils.cpp111 auto SuccIter = Succ0 ? find(Outgoing, Succ0) : find(Outgoing, Succ1); in calcPredicateUsingInteger() local
113 ConstantInt::get(Int32Ty, std::distance(Outgoing.begin(), SuccIter)); in calcPredicateUsingInteger()
H A DSimplifyCFG.cpp1902 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local
1903 Instruction *I2 = &*SuccIter; in hoistCommonCodeFromSuccessors()
1911 for (auto &SuccIter : OtherSuccIterRange) in hoistCommonCodeFromSuccessors() local
1912 OtherInsts.push_back(&*SuccIter); in hoistCommonCodeFromSuccessors()
1955 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local
1956 Instruction *I2 = &*SuccIter++; in hoistCommonCodeFromSuccessors()