Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp618 Res.TopDownIndex2Block = TopDownIndex2Block; in getBlocks()
1266 TopDownIndex2Block.resize(DAGSize); in topologicalSort()
1285 TopDownIndex2Block[Id] = i; in topologicalSort()
1303 BottomUpIndex2Block = std::vector<int>(TopDownIndex2Block.rbegin(), in topologicalSort()
1304 TopDownIndex2Block.rend()); in topologicalSort()
1331 int BlockIndice = TopDownIndex2Block[i]; in scheduleInsideBlocks()
1392 int BlockIndice = TopDownIndex2Block[i]; in fillStats()
1460 int PredID = BlocksStruct.TopDownIndex2Block[topoInd]; in SIScheduleBlockScheduler()
1491 int ID = BlocksStruct.TopDownIndex2Block[Blocks.size()-1-i]; in SIScheduleBlockScheduler()
H A DSIMachineScheduler.h213 std::vector<int> TopDownIndex2Block; member
234 std::vector<int> TopDownIndex2Block; variable