Searched refs:TopDownIndex2Block (Results 1 – 2 of 2) sorted by relevance
618 Res.TopDownIndex2Block = TopDownIndex2Block; in getBlocks()1266 TopDownIndex2Block.resize(DAGSize); in topologicalSort()1285 TopDownIndex2Block[Id] = i; in topologicalSort()1303 BottomUpIndex2Block = std::vector<int>(TopDownIndex2Block.rbegin(), in topologicalSort()1304 TopDownIndex2Block.rend()); in topologicalSort()1331 int BlockIndice = TopDownIndex2Block[i]; in scheduleInsideBlocks()1392 int BlockIndice = TopDownIndex2Block[i]; in fillStats()1460 int PredID = BlocksStruct.TopDownIndex2Block[topoInd]; in SIScheduleBlockScheduler()1491 int ID = BlocksStruct.TopDownIndex2Block[Blocks.size()-1-i]; in SIScheduleBlockScheduler()
213 std::vector<int> TopDownIndex2Block; member234 std::vector<int> TopDownIndex2Block; variable