Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp290 schedule(ArrayRef<const SUnit * > BotRoots,const ScheduleDAG & DAG) schedule() argument
357 makeGCNILPScheduler(ArrayRef<const SUnit * > BotRoots,const ScheduleDAG & DAG) makeGCNILPScheduler() argument
H A DGCNIterativeScheduler.cpp126 SmallVector<SUnit*, 8> BotRoots; member in GCNIterativeScheduler::BuildDAG
H A DSIMachineScheduler.cpp1881 SmallVector<SUnit*, 8> TopRoots, BotRoots; schedule() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp808 SmallVector<SUnit*, 8> TopRoots, BotRoots; schedule() local
880 findRootsAndBiasEdges(SmallVectorImpl<SUnit * > & TopRoots,SmallVectorImpl<SUnit * > & BotRoots) findRootsAndBiasEdges() argument
899 initQueues(ArrayRef<SUnit * > TopRoots,ArrayRef<SUnit * > BotRoots) initQueues() argument
1430 SmallVector<SUnit*, 8> TopRoots, BotRoots; schedule() local
1604 initQueues(ArrayRef<SUnit * > TopRoots,ArrayRef<SUnit * > BotRoots) initQueues() argument
[all...]
H A DVLIWMachineScheduler.cpp214 SmallVector<SUnit *, 8> TopRoots, BotRoots; in schedule() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h1296 SmallVector<SUnit*, 8> BotRoots; global() variable