Searched refs:SuccIterPair (Results 1 – 1 of 1) sorted by relevance
1836 using SuccIterPair = std::pair<BasicBlock::iterator, unsigned>; in hoistCommonCodeFromSuccessors() typedef1837 SmallVector<SuccIterPair, 8> SuccIterPairs; in hoistCommonCodeFromSuccessors()1842 SuccIterPairs.push_back(SuccIterPair(SuccItr, 0)); in hoistCommonCodeFromSuccessors()1987 for (auto &SuccIterPair : SuccIterPairs) { in hoistCommonCodeFromSuccessors() local1988 Instruction *I = &*SuccIterPair.first++; in hoistCommonCodeFromSuccessors()1989 SuccIterPair.second |= skippedInstrFlags(I); in hoistCommonCodeFromSuccessors()