Searched refs:TopDownIndex2Block (Results 1 – 2 of 2) sorted by relevance
618 Res.TopDownIndex2Block = TopDownIndex2Block; in getBlocks()1252 TopDownIndex2Block.resize(DAGSize); in topologicalSort()1271 TopDownIndex2Block[Id] = i; in topologicalSort()1289 BottomUpIndex2Block = std::vector<int>(TopDownIndex2Block.rbegin(), in topologicalSort()1290 TopDownIndex2Block.rend()); in topologicalSort()1317 int BlockIndice = TopDownIndex2Block[i]; in scheduleInsideBlocks()1378 int BlockIndice = TopDownIndex2Block[i]; in fillStats()1445 int PredID = BlocksStruct.TopDownIndex2Block[topoInd]; in SIScheduleBlockScheduler()1476 int ID = BlocksStruct.TopDownIndex2Block[Blocks.size()-1-i]; in SIScheduleBlockScheduler()
212 std::vector<int> TopDownIndex2Block; member233 std::vector<int> TopDownIndex2Block; variable