Home
last modified time | relevance | path

Searched refs:BottomUpIndex2Block (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h235 std::vector<int> BottomUpIndex2Block; variable
H A DSIMachineScheduler.cpp1246 BottomUpIndex2Block.resize(DAGSize); in topologicalSort()
1281 BottomUpIndex2Block = std::vector<int>(TopDownIndex2Block.rbegin(), in topologicalSort()
1385 int BlockIndice = BottomUpIndex2Block[i]; in fillStats()