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.cpp603 int TempCost = addEdges(SyncPipeline, CurrSU.first, CandSGID, AddedEdges); in populateReadyList() local
604 ReadyList.push_back(std::pair(*I, TempCost)); in populateReadyList()
723 int TempCost; in greedyFind() local
753 TempCost = addEdges(SyncPipeline, CurrSU.first, CandSGID, AddedEdges); in greedyFind()
754 LLVM_DEBUG(dbgs() << "Cost of Group " << TempCost << "\n"); in greedyFind()
755 if (TempCost < BestNodeCost || BestNodeCost == -1) { in greedyFind()
757 BestNodeCost = TempCost; in greedyFind()
770 BestCost += TempCost; in greedyFind()