Searched refs:topoInd (Results 1 – 1 of 1) sorted by relevance
1411 int topoInd = -1; in SIScheduleBlockScheduler() local1418 if (topoInd < BlocksStruct.TopDownBlock2Index[Pred->getID()]) { in SIScheduleBlockScheduler()1419 topoInd = BlocksStruct.TopDownBlock2Index[Pred->getID()]; in SIScheduleBlockScheduler()1427 int PredID = BlocksStruct.TopDownIndex2Block[topoInd]; in SIScheduleBlockScheduler()