HomeSort by: relevance | last modified time | path
    Searched refs:InsertCopiesAndMoveSuccs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 103 void InsertCopiesAndMoveSuccs(SUnit*, unsigned,
378 /// InsertCopiesAndMoveSuccs - Insert register copies and move all
380 void ScheduleDAGFast::InsertCopiesAndMoveSuccs(SUnit *SU, unsigned Reg,
594 InsertCopiesAndMoveSuccs(LRDef, Reg, DestRC, RC, Copies);
ScheduleDAGRRList.cpp 265 void InsertCopiesAndMoveSuccs(SUnit*, unsigned,
1220 /// InsertCopiesAndMoveSuccs - Insert register copies and move all
1222 void ScheduleDAGRRList::InsertCopiesAndMoveSuccs(SUnit *SU, unsigned Reg,
1577 InsertCopiesAndMoveSuccs(LRDef, Reg, DestRC, RC, Copies);

Completed in 48 milliseconds