Home
last modified time | relevance | path

Searched refs:TopRoots (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp156 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
157 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule()
179 initQueues(TopRoots, BotRoots); in schedule()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp676 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
677 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule()
688 initQueues(TopRoots, BotRoots); in schedule()
749 findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots, in findRootsAndBiasEdges() argument
761 TopRoots.push_back(SU); in findRootsAndBiasEdges()
770 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() argument
780 I = TopRoots.begin(), E = TopRoots.end(); I != E; ++I) { in initQueues()
1038 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
1039 findRootsAndBiasEdges(TopRoots, BotRoots); in schedule()
1058 initQueues(TopRoots, BotRoots); in schedule()
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h331 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
345 void findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots,