Searched refs:SuccIterPair (Results 1 – 1 of 1) sorted by relevance
1613 using SuccIterPair = std::pair<BasicBlock::iterator, unsigned>; in hoistCommonCodeFromSuccessors() typedef1614 SmallVector<SuccIterPair, 8> SuccIterPairs; in hoistCommonCodeFromSuccessors()1619 SuccIterPairs.push_back(SuccIterPair(SuccItr, 0)); in hoistCommonCodeFromSuccessors()1769 for (auto &SuccIterPair : SuccIterPairs) { in hoistCommonCodeFromSuccessors() local1770 Instruction *I = &*SuccIterPair.first++; in hoistCommonCodeFromSuccessors()1771 SuccIterPair.second |= skippedInstrFlags(I); in hoistCommonCodeFromSuccessors()