Searched refs:TempCost (Results 1 – 1 of 1) sorted by relevance
603 int TempCost = addEdges(SyncPipeline, CurrSU.first, CandSGID, AddedEdges); in populateReadyList() local604 ReadyList.push_back(std::pair(*I, TempCost)); in populateReadyList()723 int TempCost; in greedyFind() local753 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()