| 3347 | |
| 3348 | |
| 3349 | bool Function::IsInstructionCollapsed(const HighLevelILInstruction& instr, uint64_t designator) const |
| 3350 | { |
| 3351 | return IsRegionCollapsed(instr.GetInstructionHash(designator)); |
| 3352 | } |
| 3353 | |
| 3354 | |
| 3355 | bool Function::IsRegionCollapsed(uint64_t hash) const |
no test coverage detected