Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1613 using SuccIterPair = std::pair<BasicBlock::iterator, unsigned>; in hoistCommonCodeFromSuccessors() typedef
1614 SmallVector<SuccIterPair, 8> SuccIterPairs; in hoistCommonCodeFromSuccessors()
1619 SuccIterPairs.push_back(SuccIterPair(SuccItr, 0)); in hoistCommonCodeFromSuccessors()
1769 for (auto &SuccIterPair : SuccIterPairs) { in hoistCommonCodeFromSuccessors() local
1770 Instruction *I = &*SuccIterPair.first++; in hoistCommonCodeFromSuccessors()
1771 SuccIterPair.second |= skippedInstrFlags(I); in hoistCommonCodeFromSuccessors()