Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp333 void populateReadyList(SmallVectorImpl<std::pair<int, int>> &ReadyList, T I,
583 void PipelineSolver::populateReadyList( in populateReadyList() function in __anon5d856e630111::PipelineSolver
637 IsBottomUp ? populateReadyList(ReadyList, CurrSU.second.rbegin(), in solveExact()
639 : populateReadyList(ReadyList, CurrSU.second.begin(), in solveExact()