Searched refs:TopDownBlock2Index (Results 1 – 2 of 2) sorted by relevance
619 Res.TopDownBlock2Index = TopDownBlock2Index; in getBlocks()1253 TopDownBlock2Index.resize(DAGSize); in topologicalSort()1259 TopDownBlock2Index[i] = Degree; in topologicalSort()1270 TopDownBlock2Index[i] = --Id; in topologicalSort()1273 if (!--TopDownBlock2Index[Pred->getID()]) in topologicalSort()1283 assert(TopDownBlock2Index[i] > TopDownBlock2Index[Pred->getID()] && in topologicalSort()1436 if (topoInd < BlocksStruct.TopDownBlock2Index[Pred->getID()]) { in SIScheduleBlockScheduler()1437 topoInd = BlocksStruct.TopDownBlock2Index[Pred->getID()]; in SIScheduleBlockScheduler()
213 std::vector<int> TopDownBlock2Index; member234 std::vector<int> TopDownBlock2Index; variable