Searched refs:SuccIter (Results 1 – 2 of 2) sorted by relevance
111 auto SuccIter = Succ0 ? find(Outgoing, Succ0) : find(Outgoing, Succ1); in calcPredicateUsingInteger() local113 ConstantInt::get(Int32Ty, std::distance(Outgoing.begin(), SuccIter)); in calcPredicateUsingInteger()
1902 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local1903 Instruction *I2 = &*SuccIter; in hoistCommonCodeFromSuccessors()1911 for (auto &SuccIter : OtherSuccIterRange) in hoistCommonCodeFromSuccessors() local1912 OtherInsts.push_back(&*SuccIter); in hoistCommonCodeFromSuccessors()1955 for (auto &SuccIter : OtherSuccIterRange) { in hoistCommonCodeFromSuccessors() local1956 Instruction *I2 = &*SuccIter++; in hoistCommonCodeFromSuccessors()