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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp96 SUnit *CopyAndMoveSuccessors(SUnit*);
205 /// CopyAndMoveSuccessors - Clone the specified node and move its scheduled
207 SUnit *ScheduleDAGFast::CopyAndMoveSuccessors(SUnit *SU) { function in class:ScheduleDAGFast
583 NewDef = CopyAndMoveSuccessors(LRDef);
H A DScheduleDAGRRList.cpp235 SUnit *CopyAndMoveSuccessors(SUnit*);
777 /// CopyAndMoveSuccessors - Clone the specified node and move its scheduled
779 SUnit *ScheduleDAGRRList::CopyAndMoveSuccessors(SUnit *SU) { function in class:ScheduleDAGRRList
1222 NewDef = CopyAndMoveSuccessors(LRDef);

Completed in 44 milliseconds