HomeSort by relevance Sort by last modified time
    Searched refs:ToSplit (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
MachineSink.cpp 71 SetVector<std::pair<MachineBasicBlock*,MachineBasicBlock*> > ToSplit;
114 /// \return True if the edge is marked as toSplit, false otherwise.
268 ToSplit.clear();
273 // If we have anything we marked as toSplit, split it now.
274 for (auto &Pair : ToSplit) {
447 ToSplit.insert(std::make_pair(FromBB, ToBB));
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]

Completed in 111 milliseconds