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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp282 SmallVector<SDep, 4> ChainSuccs; local
299 ChainSuccs.push_back(*I);
329 for (unsigned i = 0, e = ChainSuccs.size(); i != e; ++i) {
330 SDep D = ChainSuccs[i];
H A DScheduleDAGRRList.cpp1019 SmallVector<SDep, 4> ChainSuccs; local
1035 ChainSuccs.push_back(*I);
1070 for (unsigned i = 0, e = ChainSuccs.size(); i != e; ++i) {
1071 SDep D = ChainSuccs[i];

Completed in 289 milliseconds