Searched defs:is_scheduled (Results 1 – 3 of 3) sorted by relevance
98 bool is_scheduled() const {return m_instr_flags.test(scheduled);} in is_scheduled() function
181 is_scheduled(struct ir3_instruction *instr) in is_scheduled() function
1359 bool is_scheduled = schedule_->IsScheduled(node); in VisitInputs() local