Searched refs:TopDownIndex2Block (Results 1 – 2 of 2) sorted by relevance
612 Res.TopDownIndex2Block = TopDownIndex2Block; in getBlocks()1234 TopDownIndex2Block.resize(DAGSize); in topologicalSort()1253 TopDownIndex2Block[Id] = i; in topologicalSort()1271 BottomUpIndex2Block = std::vector<int>(TopDownIndex2Block.rbegin(), in topologicalSort()1272 TopDownIndex2Block.rend()); in topologicalSort()1299 int BlockIndice = TopDownIndex2Block[i]; in scheduleInsideBlocks()1360 int BlockIndice = TopDownIndex2Block[i]; in fillStats()1427 int PredID = BlocksStruct.TopDownIndex2Block[topoInd]; in SIScheduleBlockScheduler()1458 int ID = BlocksStruct.TopDownIndex2Block[Blocks.size()-1-i]; in SIScheduleBlockScheduler()
212 std::vector<int> TopDownIndex2Block; member233 std::vector<int> TopDownIndex2Block; variable