Searched defs:BlocksStruct (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1297 SIScheduleBlocks BlocksStruct) :
1298 DAG(DAG), Variant(Variant), Blocks(BlocksStruct.Blocks),
1324 if (topoInd < BlocksStruct.TopDownBlock2Index[Pred->getID()]) {
1325 topoInd = BlocksStruct.TopDownBlock2Index[Pred->getID()];
1333 int PredID = BlocksStruct.TopDownIndex2Block[topoInd];
1295 SIScheduleBlockScheduler(SIScheduleDAGMI *DAG, SISchedulerBlockSchedulerVariant Variant, SIScheduleBlocks BlocksStruct) argument

Completed in 111 milliseconds