Searched refs:TopDownBlock2Index (Results 1 – 2 of 2) sorted by relevance
613 Res.TopDownBlock2Index = TopDownBlock2Index; in getBlocks()1235 TopDownBlock2Index.resize(DAGSize); in topologicalSort()1241 TopDownBlock2Index[i] = Degree; in topologicalSort()1252 TopDownBlock2Index[i] = --Id; in topologicalSort()1255 if (!--TopDownBlock2Index[Pred->getID()]) in topologicalSort()1265 assert(TopDownBlock2Index[i] > TopDownBlock2Index[Pred->getID()] && in topologicalSort()1418 if (topoInd < BlocksStruct.TopDownBlock2Index[Pred->getID()]) { in SIScheduleBlockScheduler()1419 topoInd = BlocksStruct.TopDownBlock2Index[Pred->getID()]; in SIScheduleBlockScheduler()
213 std::vector<int> TopDownBlock2Index; member234 std::vector<int> TopDownBlock2Index; variable