Searched refs:HScheduler (Results 1 – 3 of 3) sorted by relevance
148 class HScheduler; variable244 SchedulingGraph(const HScheduler* scheduler, ArenaAllocator* arena) in SchedulingGraph()300 const HScheduler* const scheduler_;409 class HScheduler {411 HScheduler(ArenaAllocator* arena, in HScheduler() function421 virtual ~HScheduler() {} in ~HScheduler()463 DISALLOW_COPY_AND_ASSIGN(HScheduler);
90 class HSchedulerARM64 : public HScheduler {93 : HScheduler(arena, &arm64_latency_visitor_, selector) {} in HSchedulerARM64()105 return HScheduler::IsSchedulable(instruction); in IsSchedulable()
360 void HScheduler::Schedule(HGraph* graph) { in Schedule()368 void HScheduler::Schedule(HBasicBlock* block) { in Schedule()417 void HScheduler::Schedule(SchedulingNode* scheduling_node) { in Schedule()452 void HScheduler::Schedule(HInstruction* instruction) { in Schedule()460 bool HScheduler::IsSchedulable(const HInstruction* instruction) const { in IsSchedulable()546 bool HScheduler::IsSchedulable(const HBasicBlock* block) const { in IsSchedulable()573 bool HScheduler::IsSchedulingBarrier(const HInstruction* instr) const { in IsSchedulingBarrier()