Searched refs:BotRoots (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); 369 SmallVectorImpl<SUnit*> &BotRoots);
|
/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() 597 SmallVectorImpl<SUnit*> &BotRoots) { in findRootsAndBiasEdges() argument 611 BotRoots.push_back(SU); in findRootsAndBiasEdges() 618 ArrayRef<SUnit*> BotRoots) { in initQueues() argument 633 I = BotRoots.rbegin(), E = BotRoots.rend(); I != E; ++I) { in initQueues()
|