Home | History | Annotate | Download | only in Scalar

Lines Matching defs:toSplit

581     SmallVector<std::pair<TerminatorInst*, unsigned>, 4> toSplit;
1598 toSplit.append(NeedToSplit.begin(), NeedToSplit.end());
2404 toSplit.push_back(std::make_pair(PREPred->getTerminator(), SuccNum));
2494 if (toSplit.empty())
2497 std::pair<TerminatorInst*, unsigned> Edge = toSplit.pop_back_val();
2499 } while (!toSplit.empty());