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.cpp725 int BestGroupID = -1; in greedyFind() local
758 BestGroupID = CandSGID; in greedyFind()
765 if (BestGroupID != -1) { in greedyFind()
767 addEdges(SyncPipeline, CurrSU.first, BestGroupID, AddedEdges); in greedyFind()
768 LLVM_DEBUG(dbgs() << "Best Group has ID: " << BestGroupID << " and Mask" in greedyFind()