Searched refs:toSplit (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DGVN.cpp587 SmallVector<std::pair<TerminatorInst*, unsigned>, 4> toSplit; member in class:__anon10380::GVN
1610 toSplit.append(NeedToSplit.begin(), NeedToSplit.end());
2478 toSplit.push_back(std::make_pair(PREPred->getTerminator(), SuccNum));
2568 if (toSplit.empty())
2571 std::pair<TerminatorInst*, unsigned> Edge = toSplit.pop_back_val();
2573 } while (!toSplit.empty());

Completed in 104 milliseconds