Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp619 Res.TopDownBlock2Index = TopDownBlock2Index; in getBlocks()
1253 TopDownBlock2Index.resize(DAGSize); in topologicalSort()
1259 TopDownBlock2Index[i] = Degree; in topologicalSort()
1270 TopDownBlock2Index[i] = --Id; in topologicalSort()
1273 if (!--TopDownBlock2Index[Pred->getID()]) in topologicalSort()
1283 assert(TopDownBlock2Index[i] > TopDownBlock2Index[Pred->getID()] && in topologicalSort()
1436 if (topoInd < BlocksStruct.TopDownBlock2Index[Pred->getID()]) { in SIScheduleBlockScheduler()
1437 topoInd = BlocksStruct.TopDownBlock2Index[Pred->getID()]; in SIScheduleBlockScheduler()
H A DSIMachineScheduler.h213 std::vector<int> TopDownBlock2Index; member
234 std::vector<int> TopDownBlock2Index; variable