| 151 | |
| 152 | int GetStackSize() const { return m_stack_size; } |
| 153 | int GetUOpsPerCycle() const { return m_uops_per_cycle; } |
| 154 | |
| 155 | // Instruction Analysis. |
| 156 | int IsNop(const Instruction& inst) const { return (inst.GetOp() < m_lib_nopmod_map.GetSize()); } |
no outgoing calls
no test coverage detected