Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.h207 bool IsSchedulingBarrier() const { return is_scheduling_barrier_; } in IsSchedulingBarrier() function
497 inline bool SchedulingGraph::IsSchedulingBarrier(const HInstruction* instruction) const { in IsSchedulingBarrier() function
Dscheduler_arm64.h160 bool IsSchedulingBarrier(const HInstruction* instr) const OVERRIDE { in IsSchedulingBarrier() function
Dscheduler.cc766 bool HScheduler::IsSchedulingBarrier(const HInstruction* instr) const { in IsSchedulingBarrier() function in art::HScheduler