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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp103 void InsertCopiesAndMoveSuccs(SUnit*, unsigned,
378 /// InsertCopiesAndMoveSuccs - Insert register copies and move all
380 void ScheduleDAGFast::InsertCopiesAndMoveSuccs(SUnit *SU, unsigned Reg, function in class:ScheduleDAGFast
594 InsertCopiesAndMoveSuccs(LRDef, Reg, DestRC, RC, Copies);
H A DScheduleDAGRRList.cpp265 void InsertCopiesAndMoveSuccs(SUnit*, unsigned,
1220 /// InsertCopiesAndMoveSuccs - Insert register copies and move all
1222 void ScheduleDAGRRList::InsertCopiesAndMoveSuccs(SUnit *SU, unsigned Reg, function in class:ScheduleDAGRRList
1577 InsertCopiesAndMoveSuccs(LRDef, Reg, DestRC, RC, Copies);

Completed in 95 milliseconds