Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h235 std::vector<int> BottomUpIndex2Block; variable
H A DSIMachineScheduler.cpp1254 BottomUpIndex2Block.resize(DAGSize); in topologicalSort()
1289 BottomUpIndex2Block = std::vector<int>(TopDownIndex2Block.rbegin(), in topologicalSort()
1393 int BlockIndice = BottomUpIndex2Block[i]; in fillStats()