Searched refs:is_flow (Results 1 – 5 of 5) sorted by relevance
91 if (is_flow(consumer) || is_sfu(consumer) || is_tex(consumer) || in ir3_delayslots()119 (is_flow(n) && (n->opc != OPC_JUMP) && (n->opc != OPC_B)); in count_instruction()
324 if (!is_flow(instr) || instr->opc == OPC_END || instr->opc == OPC_CHMASK) { in print_instr()365 if (is_flow(instr) && instr->cat0.target) { in print_instr()
550 if (!is_flow(instr) || !instr->cat0.target) in opt_jump()607 if (is_flow(instr) && instr->cat0.target) { in resolve_jumps()
761 is_flow(struct ir3_instruction *instr) in is_flow() function
661 inline bool is_flow() in is_flow() function in boost::detail::push_relabel826 BOOST_ASSERT(algo.is_flow()); in push_relabel_max_flow()