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 322 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
336 void findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots,
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 651 SmallVector<SUnit*, 8> TopRoots, BotRoots;
652 findRootsAndBiasEdges(TopRoots, BotRoots);
663 initQueues(TopRoots, BotRoots);
720 findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots,
732 TopRoots.push_back(SU);
741 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots,
751 I = TopRoots.begin(), E = TopRoots.end(); I != E; ++I) {
    [all...]

Completed in 199 milliseconds