Home
last modified time | relevance | path

Searched refs:makeGCNILPScheduler (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp27 std::vector<const SUnit *> makeGCNILPScheduler(ArrayRef<const SUnit *> BotRoots,
570 const auto ILPSchedule = makeGCNILPScheduler(DAG.getBottomRoots(), *this); in scheduleILP()
H A DGCNILPSched.cpp355 std::vector<const SUnit*> makeGCNILPScheduler(ArrayRef<const SUnit*> BotRoots, in makeGCNILPScheduler() function