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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp101 SUnit *CopyAndMoveSuccessors(SUnit*);
210 /// CopyAndMoveSuccessors - Clone the specified node and move its scheduled
212 SUnit *ScheduleDAGFast::CopyAndMoveSuccessors(SUnit *SU) { function in class:ScheduleDAGFast
588 NewDef = CopyAndMoveSuccessors(LRDef);
H A DScheduleDAGRRList.cpp228 SUnit *CopyAndMoveSuccessors(SUnit*);
934 /// CopyAndMoveSuccessors - Clone the specified node and move its scheduled
936 SUnit *ScheduleDAGRRList::CopyAndMoveSuccessors(SUnit *SU) { function in class:ScheduleDAGRRList
1454 NewDef = CopyAndMoveSuccessors(LRDef);

Completed in 83 milliseconds