Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler_arm64.h163 bool IsSchedulingBarrier(const HInstruction* instr) const override { in IsSchedulingBarrier() function
164 return HScheduler::IsSchedulingBarrier(instr) || in IsSchedulingBarrier()
Dscheduler.cc329 bool other_is_barrier = other_node->IsSchedulingBarrier(); in AddDependencies()
364 if (other_node->IsSchedulingBarrier()) { in AddDependencies()
430 if (node->IsSchedulingBarrier()) { in DumpAsDotNode()
583 SchedulingNode* node = scheduling_graph.AddNode(instruction, IsSchedulingBarrier(instruction)); in Schedule()
787 bool HScheduler::IsSchedulingBarrier(const HInstruction* instr) const { in IsSchedulingBarrier() function in art::HScheduler
Dscheduler.h217 bool IsSchedulingBarrier() const { return is_scheduling_barrier_; } in IsSchedulingBarrier() function
511 virtual bool IsSchedulingBarrier(const HInstruction* instruction) const;