Searched refs:TopRoots (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 345 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots); 368 void findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots,
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 156 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local 157 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule() 179 initQueues(TopRoots, BotRoots); in schedule()
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 527 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local 528 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule() 539 initQueues(TopRoots, BotRoots); in schedule() 596 void ScheduleDAGMI::findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots, in findRootsAndBiasEdges() argument 608 TopRoots.push_back(SU); in findRootsAndBiasEdges() 617 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() argument 627 I = TopRoots.begin(), E = TopRoots.end(); I != E; ++I) { in initQueues()
|