Searched refs:AddedCost (Results 1 – 1 of 1) sorted by relevance
399 int AddedCost = 0; in addEdges() local414 AddedCost += Group->link(*SU, MakePred, AddedEdges); in addEdges()415 assert(AddedCost >= 0); in addEdges()418 return AddedCost; in addEdges()560 int AddedCost = 0; in solveExact() local576 AddedCost = addEdges(SyncPipeline, CurrSU.first, CandSGID, AddedEdges); in solveExact()577 LLVM_DEBUG(dbgs() << "Cost of Assignment: " << AddedCost << "\n"); in solveExact()578 CurrCost += AddedCost; in solveExact()593 CurrCost -= AddedCost; in solveExact()