Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp702 int BestGroupID = -1; in greedyFind() local
735 BestGroupID = CandSGID; in greedyFind()
742 if (BestGroupID != -1) { in greedyFind()
744 addEdges(SyncPipeline, CurrSU.first, BestGroupID, AddedEdges); in greedyFind()
745 LLVM_DEBUG(dbgs() << "Best Group has ID: " << BestGroupID << " and Mask" in greedyFind()