Searched refs:SISchedulerBlockCreatorVariant (Results 1 – 2 of 2) sorted by relevance
216 enum SISchedulerBlockCreatorVariant { enum226 std::map<SISchedulerBlockCreatorVariant,250 getBlocks(SISchedulerBlockCreatorVariant BlockVariant);303 void createBlocksForVariant(SISchedulerBlockCreatorVariant BlockVariant);421 scheduleVariant(SISchedulerBlockCreatorVariant BlockVariant,
602 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { in getBlocks()603 std::map<SISchedulerBlockCreatorVariant, SIScheduleBlocks>::iterator B = in getBlocks()1136 void SIScheduleBlockCreator::createBlocksForVariant(SISchedulerBlockCreatorVariant BlockVariant) { in createBlocksForVariant()1153 if (BlockVariant == SISchedulerBlockCreatorVariant::LatenciesGrouped) in createBlocksForVariant()1160 if (BlockVariant == SISchedulerBlockCreatorVariant::LatenciesAlonePlusConsecutive) in createBlocksForVariant()1714 SIScheduler::scheduleVariant(SISchedulerBlockCreatorVariant BlockVariant, in scheduleVariant()1909 Best = Scheduler.scheduleVariant(SISchedulerBlockCreatorVariant::LatenciesAlone, in schedule()1915 static const std::pair<SISchedulerBlockCreatorVariant, in schedule()1927 for (std::pair<SISchedulerBlockCreatorVariant, SISchedulerBlockSchedulerVariant> v : Variants) { in schedule()1936 static const std::pair<SISchedulerBlockCreatorVariant, in schedule()[all …]