Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp632 int BestGroupID = -1; in solveGreedy() local
664 BestGroupID = CandSGID; in solveGreedy()
671 if (BestGroupID != -1) { in solveGreedy()
673 addEdges(SyncPipeline, CurrSU.first, BestGroupID, AddedEdges); in solveGreedy()
674 LLVM_DEBUG(dbgs() << "Best Group has ID: " << BestGroupID << " and Mask" in solveGreedy()