Home | History | Annotate | Download | only in Scalar

Lines Matching defs:toSplit

678     SmallVector<std::pair<TerminatorInst*, unsigned>, 4> toSplit;
2529 toSplit.push_back(std::make_pair(PREPred->getTerminator(), SuccNum));
2628 if (toSplit.empty())
2631 std::pair<TerminatorInst*, unsigned> Edge = toSplit.pop_back_val();
2633 } while (!toSplit.empty());