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.cpp1556 using SuccIterPair = std::pair<BasicBlock::iterator, unsigned>; in hoistCommonCodeFromSuccessors() typedef
1557 SmallVector<SuccIterPair, 8> SuccIterPairs; in hoistCommonCodeFromSuccessors()
1562 SuccIterPairs.push_back(SuccIterPair(SuccItr, 0)); in hoistCommonCodeFromSuccessors()
1698 for (auto &SuccIterPair : SuccIterPairs) { in hoistCommonCodeFromSuccessors() local
1699 Instruction *I = &*SuccIterPair.first++; in hoistCommonCodeFromSuccessors()
1700 SuccIterPair.second |= skippedInstrFlags(I); in hoistCommonCodeFromSuccessors()