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

/art/compiler/optimizing/
H A Dscheduler.cc302 bool other_is_barrier = other_node->IsSchedulingBarrier();
336 if (other_node->IsSchedulingBarrier()) {
423 if (node->IsSchedulingBarrier()) {
572 SchedulingNode* node = scheduling_graph_.AddNode(instruction, IsSchedulingBarrier(instruction));
766 bool HScheduler::IsSchedulingBarrier(const HInstruction* instr) const { function in class:art::HScheduler
H A Dscheduler.h207 bool IsSchedulingBarrier() const { return is_scheduling_barrier_; } function in class:art::SchedulingNode
289 bool IsSchedulingBarrier(const HInstruction* instruction) const;
454 virtual bool IsSchedulingBarrier(const HInstruction* instruction) const;
469 // look at/update HScheduler${ARCH}::IsSchedulingBarrier for this instruction.
497 inline bool SchedulingGraph::IsSchedulingBarrier(const HInstruction* instruction) const { function in class:art::SchedulingGraph
498 return scheduler_->IsSchedulingBarrier(instruction);

Completed in 1351 milliseconds