Searched refs:non_exec (Results 1 – 2 of 2) sorted by relevance
67 const int non_exec; /* Extra cost when not executing insn. */ member
11285 *cost += op1cost + op2cost + extra_cost->alu.non_exec; in arm_rtx_costs_internal()11287 *cost += MAX (op1cost, op2cost) + extra_cost->alu.non_exec; in arm_rtx_costs_internal()