Searched refs:isNoCSE (Results 1 – 3 of 3) sorted by relevance
349 instr->opcode == aco_opcode::p_linear_phi || instr->definitions[0].isNoCSE()) in can_eliminate()
198 if (definition->isNoCSE()) in print_definition()
956 constexpr bool isNoCSE() const noexcept { return isNoCSE_; } in isNoCSE() function