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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp276 SmallVector<SDep, 4> ChainSuccs; local
293 ChainSuccs.push_back(*I);
323 for (unsigned i = 0, e = ChainSuccs.size(); i != e; ++i) {
324 SDep D = ChainSuccs[i];
H A DScheduleDAGRRList.cpp855 SmallVector<SDep, 4> ChainSuccs; local
871 ChainSuccs.push_back(*I);
906 for (unsigned i = 0, e = ChainSuccs.size(); i != e; ++i) {
907 SDep D = ChainSuccs[i];

Completed in 98 milliseconds