Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp727 int BestNodeCost = -1; in greedyFind() local
760 if (TempCost < BestNodeCost || BestNodeCost == -1) { in greedyFind()
762 BestNodeCost = TempCost; in greedyFind()
766 if (BestNodeCost == 0) in greedyFind()