Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp616 Res.TopDownIndex2Block = TopDownIndex2Block; in getBlocks()
1244 TopDownIndex2Block.resize(DAGSize); in topologicalSort()
1263 TopDownIndex2Block[Id] = i; in topologicalSort()
1281 BottomUpIndex2Block = std::vector<int>(TopDownIndex2Block.rbegin(), in topologicalSort()
1282 TopDownIndex2Block.rend()); in topologicalSort()
1309 int BlockIndice = TopDownIndex2Block[i]; in scheduleInsideBlocks()
1370 int BlockIndice = TopDownIndex2Block[i]; in fillStats()
1437 int PredID = BlocksStruct.TopDownIndex2Block[topoInd]; in SIScheduleBlockScheduler()
1468 int ID = BlocksStruct.TopDownIndex2Block[Blocks.size()-1-i]; in SIScheduleBlockScheduler()
H A DSIMachineScheduler.h212 std::vector<int> TopDownIndex2Block; member
233 std::vector<int> TopDownIndex2Block; variable