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