Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp102 SUnit *CopyAndMoveSuccessors(SUnit*);
213 SUnit *ScheduleDAGFast::CopyAndMoveSuccessors(SUnit *SU) { in CopyAndMoveSuccessors() function in ScheduleDAGFast
594 NewDef = CopyAndMoveSuccessors(LRDef); in ListScheduleBottomUp()
DScheduleDAGRRList.cpp229 SUnit *CopyAndMoveSuccessors(SUnit*);
946 SUnit *ScheduleDAGRRList::CopyAndMoveSuccessors(SUnit *SU) { in CopyAndMoveSuccessors() function in ScheduleDAGRRList
1472 NewDef = CopyAndMoveSuccessors(LRDef); in PickNodeToScheduleBottomUp()