Home
last modified time | relevance | path

Searched defs:BotRoots (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp290 GCNILPScheduler::schedule(ArrayRef<const SUnit*> BotRoots, in schedule()
357 std::vector<const SUnit*> makeGCNILPScheduler(ArrayRef<const SUnit*> BotRoots, in makeGCNILPScheduler()
H A DGCNIterativeScheduler.cpp131 SmallVector<SUnit*, 8> BotRoots; member in GCNIterativeScheduler::BuildDAG
H A DSIMachineScheduler.cpp1901 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp775 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
847 SmallVectorImpl<SUnit*> &BotRoots) { in findRootsAndBiasEdges()
866 ArrayRef<SUnit*> BotRoots) { in initQueues()
1223 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
1397 ArrayRef<SUnit*> BotRoots) { in initQueues()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp204 SmallVector<SUnit*, 8> TopRoots, BotRoots; in schedule() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h1037 SmallVector<SUnit*, 8> BotRoots; variable