Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1424 SIScheduleBlocks BlocksStruct) : in SIScheduleBlockScheduler() argument
1425 DAG(DAG), Variant(Variant), Blocks(BlocksStruct.Blocks), in SIScheduleBlockScheduler()
1451 if (topoInd < BlocksStruct.TopDownBlock2Index[Pred->getID()]) { in SIScheduleBlockScheduler()
1452 topoInd = BlocksStruct.TopDownBlock2Index[Pred->getID()]; in SIScheduleBlockScheduler()
1460 int PredID = BlocksStruct.TopDownIndex2Block[topoInd]; in SIScheduleBlockScheduler()
1491 int ID = BlocksStruct.TopDownIndex2Block[Blocks.size()-1-i]; in SIScheduleBlockScheduler()
H A DSIMachineScheduler.h349 SIScheduleBlocks BlocksStruct);