HomeSort by relevance Sort by last modified time
    Searched refs:TopRoots (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 156 SmallVector<SUnit*, 8> TopRoots, BotRoots;
157 findRootsAndBiasEdges(TopRoots, BotRoots);
179 initQueues(TopRoots, BotRoots);
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 321 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
335 void findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots,
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 670 SmallVector<SUnit*, 8> TopRoots, BotRoots;
671 findRootsAndBiasEdges(TopRoots, BotRoots);
682 initQueues(TopRoots, BotRoots);
739 findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots,
751 TopRoots.push_back(SU);
760 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots,
770 I = TopRoots.begin(), E = TopRoots.end(); I != E; ++I) {
    [all...]

Completed in 214 milliseconds