Home | History | Annotate | Download | only in Scalar

Lines Matching refs:toSplit

2418       toSplit.push_back(std::make_pair(PREPred->getTerminator(), SuccNum));
2507 if (toSplit.empty())
2510 std::pair<TerminatorInst*, unsigned> Edge = toSplit.pop_back_val();
2513 } while (!toSplit.empty());