Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1421 int topoInd = -1; in SIScheduleBlockScheduler() local
1428 if (topoInd < BlocksStruct.TopDownBlock2Index[Pred->getID()]) { in SIScheduleBlockScheduler()
1429 topoInd = BlocksStruct.TopDownBlock2Index[Pred->getID()]; in SIScheduleBlockScheduler()
1437 int PredID = BlocksStruct.TopDownIndex2Block[topoInd]; in SIScheduleBlockScheduler()