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
589 NewDef = CopyAndMoveSuccessors(LRDef); in ListScheduleBottomUp()
DScheduleDAGRRList.cpp230 SUnit *CopyAndMoveSuccessors(SUnit*);
938 SUnit *ScheduleDAGRRList::CopyAndMoveSuccessors(SUnit *SU) { in CopyAndMoveSuccessors() function in ScheduleDAGRRList
1456 NewDef = CopyAndMoveSuccessors(LRDef); in PickNodeToScheduleBottomUp()