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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp102 SUnit *CopyAndMoveSuccessors(SUnit*);
208 /// CopyAndMoveSuccessors - Clone the specified node and move its scheduled
210 SUnit *ScheduleDAGFast::CopyAndMoveSuccessors(SUnit *SU) { function in class:ScheduleDAGFast
586 NewDef = CopyAndMoveSuccessors(LRDef);
H A DScheduleDAGRRList.cpp264 SUnit *CopyAndMoveSuccessors(SUnit*);
1132 /// CopyAndMoveSuccessors - Clone the specified node and move its scheduled
1134 SUnit *ScheduleDAGRRList::CopyAndMoveSuccessors(SUnit *SU) { function in class:ScheduleDAGRRList
1570 NewDef = CopyAndMoveSuccessors(LRDef);

Completed in 120 milliseconds