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

  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 322 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
337 SmallVectorImpl<SUnit*> &BotRoots);
908 SmallVector<SUnit*, 8> BotRoots;
942 BotRoots.push_back(SU);
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 156 SmallVector<SUnit*, 8> TopRoots, BotRoots;
157 findRootsAndBiasEdges(TopRoots, BotRoots);
179 initQueues(TopRoots, BotRoots);
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 651 SmallVector<SUnit*, 8> TopRoots, BotRoots;
652 findRootsAndBiasEdges(TopRoots, BotRoots);
663 initQueues(TopRoots, BotRoots);
721 SmallVectorImpl<SUnit*> &BotRoots) {
735 BotRoots.push_back(SU);
742 ArrayRef<SUnit*> BotRoots) {
757 I = BotRoots.rbegin(), E = BotRoots.rend(); I != E; ++I) {
    [all...]

Completed in 62 milliseconds