Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp617 Res.TopDownBlock2Index = TopDownBlock2Index; in getBlocks()
1245 TopDownBlock2Index.resize(DAGSize); in topologicalSort()
1251 TopDownBlock2Index[i] = Degree; in topologicalSort()
1262 TopDownBlock2Index[i] = --Id; in topologicalSort()
1265 if (!--TopDownBlock2Index[Pred->getID()]) in topologicalSort()
1275 assert(TopDownBlock2Index[i] > TopDownBlock2Index[Pred->getID()] && in topologicalSort()
1428 if (topoInd < BlocksStruct.TopDownBlock2Index[Pred->getID()]) { in SIScheduleBlockScheduler()
1429 topoInd = BlocksStruct.TopDownBlock2Index[Pred->getID()]; in SIScheduleBlockScheduler()
H A DSIMachineScheduler.h213 std::vector<int> TopDownBlock2Index; member
234 std::vector<int> TopDownBlock2Index; variable