Searched refs:BottomUpIndex2Block (Results 1 – 2 of 2) sorted by relevance
235 std::vector<int> BottomUpIndex2Block; variable
1246 BottomUpIndex2Block.resize(DAGSize); in topologicalSort()1281 BottomUpIndex2Block = std::vector<int>(TopDownIndex2Block.rbegin(), in topologicalSort()1385 int BlockIndice = BottomUpIndex2Block[i]; in fillStats()