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