Searched refs:CandSGID (Results 1 – 1 of 1) sorted by relevance
591 int CandSGID = *I; in populateReadyList() local592 SchedGroup *Match = llvm::find_if(SyncPipeline, [CandSGID](SchedGroup &SG) { in populateReadyList()593 return SG.getSGID() == CandSGID; in populateReadyList()603 int TempCost = addEdges(SyncPipeline, CurrSU.first, CandSGID, AddedEdges); in populateReadyList()651 int CandSGID = I->first; in solveExact() local657 if (SG.getSGID() == CandSGID) in solveExact()668 << (int)Match->getMask() << "and ID " << CandSGID in solveExact()671 AddedCost = addEdges(SyncPipeline, CurrSU.first, CandSGID, AddedEdges); in solveExact()736 int CandSGID = *I; in greedyFind() local737 SchedGroup *Match = llvm::find_if(SyncPipeline, [CandSGID](SchedGroup &SG) { in greedyFind()[all …]