| 150 | bool HasBonusCosts() const { return m_has_bonus_costs; } |
| 151 | |
| 152 | int GetStackSize() const { return m_stack_size; } |
| 153 | int GetUOpsPerCycle() const { return m_uops_per_cycle; } |
| 154 | |
| 155 | // Instruction Analysis. |
no outgoing calls
no test coverage detected