Searched refs:TopDownBlock2Index (Results 1 – 2 of 2) sorted by relevance
617 Res.TopDownBlock2Index = TopDownBlock2Index; in getBlocks()1245 TopDownBlock2Index.resize(DAGSize); in topologicalSort()1251 TopDownBlock2Index[i] = Degree; in topologicalSort()1262 TopDownBlock2Index[i] = --Id; in topologicalSort()1265 if (!--TopDownBlock2Index[Pred->getID()]) in topologicalSort()1275 assert(TopDownBlock2Index[i] > TopDownBlock2Index[Pred->getID()] && in topologicalSort()1428 if (topoInd < BlocksStruct.TopDownBlock2Index[Pred->getID()]) { in SIScheduleBlockScheduler()1429 topoInd = BlocksStruct.TopDownBlock2Index[Pred->getID()]; in SIScheduleBlockScheduler()
213 std::vector<int> TopDownBlock2Index; member234 std::vector<int> TopDownBlock2Index; variable