Searched refs:TopDownBlock2Index (Results 1 – 4 of 4) sorted by relevance
615 Res.TopDownBlock2Index = TopDownBlock2Index; in getBlocks()1136 TopDownBlock2Index.resize(DAGSize); in topologicalSort()1142 TopDownBlock2Index[i] = Degree; in topologicalSort()1153 TopDownBlock2Index[i] = --Id; in topologicalSort()1156 if (!--TopDownBlock2Index[Pred->getID()]) in topologicalSort()1166 assert(TopDownBlock2Index[i] > TopDownBlock2Index[Pred->getID()] && in topologicalSort()1324 if (topoInd < BlocksStruct.TopDownBlock2Index[Pred->getID()]) { in SIScheduleBlockScheduler()1325 topoInd = BlocksStruct.TopDownBlock2Index[Pred->getID()]; in SIScheduleBlockScheduler()
210 std::vector<int> TopDownBlock2Index; member231 std::vector<int> TopDownBlock2Index; variable
647 Res.TopDownBlock2Index = TopDownBlock2Index; in getBlocks()1296 TopDownBlock2Index.resize(DAGSize); in topologicalSort()1302 TopDownBlock2Index[i] = Degree; in topologicalSort()1313 TopDownBlock2Index[i] = --Id; in topologicalSort()1316 if (!--TopDownBlock2Index[Pred->getID()]) in topologicalSort()1326 assert(TopDownBlock2Index[i] > TopDownBlock2Index[Pred->getID()] && in topologicalSort()1480 if (topoInd < BlocksStruct.TopDownBlock2Index[Pred->getID()]) { in SIScheduleBlockScheduler()1481 topoInd = BlocksStruct.TopDownBlock2Index[Pred->getID()]; in SIScheduleBlockScheduler()
217 std::vector<int> TopDownBlock2Index; member238 std::vector<int> TopDownBlock2Index; variable