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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp97 void InsertCopiesAndMoveSuccs(SUnit*, unsigned,
378 /// InsertCopiesAndMoveSuccs - Insert register copies and move all
380 void ScheduleDAGFast::InsertCopiesAndMoveSuccs(SUnit *SU, unsigned Reg, function in class:ScheduleDAGFast
586 InsertCopiesAndMoveSuccs(LRDef, Reg, DestRC, RC, Copies);
H A DScheduleDAGRRList.cpp222 void InsertCopiesAndMoveSuccs(SUnit*, unsigned,
1111 /// InsertCopiesAndMoveSuccs - Insert register copies and move all
1113 void ScheduleDAGRRList::InsertCopiesAndMoveSuccs(SUnit *SU, unsigned Reg, function in class:ScheduleDAGRRList
1413 InsertCopiesAndMoveSuccs(LRDef, Reg, DestRC, RC, Copies);

Completed in 111 milliseconds