Searched defs:TopRoots (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | GCNMinRegStrategy.cpp | 225 GCNMinRegScheduler::schedule(ArrayRef<const SUnit*> TopRoots, in schedule() 271 std::vector<const SUnit*> makeMinRegSchedule(ArrayRef<const SUnit*> TopRoots, in makeMinRegSchedule()
|
H A D | GCNIterativeScheduler.cpp | 124 SmallVector<SUnit *, 8> TopRoots; member in GCNIterativeScheduler::BuildDAG
|
H A D | SIMachineScheduler.cpp | 1881 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 782 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local 853 findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots, in findRootsAndBiasEdges() 872 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() 1228 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local 1401 void ScheduleDAGMILive::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues()
|
H A D | VLIWMachineScheduler.cpp | 214 SmallVector<SUnit *, 8> TopRoots, BotRoots; in schedule() local
|