Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp584 int TempCost = addEdges(SyncPipeline, CurrSU.first, CandSGID, AddedEdges); in populateReadyList() local
585 ReadyList.push_back(std::pair(*I, TempCost)); in populateReadyList()
700 int TempCost; in greedyFind() local
730 TempCost = addEdges(SyncPipeline, CurrSU.first, CandSGID, AddedEdges); in greedyFind()
731 LLVM_DEBUG(dbgs() << "Cost of Group " << TempCost << "\n"); in greedyFind()
732 if (TempCost < BestNodeCost || BestNodeCost == -1) { in greedyFind()
734 BestNodeCost = TempCost; in greedyFind()
747 BestCost += TempCost; in greedyFind()