Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp399 int AddedCost = 0; in addEdges() local
414 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() local
576 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()