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