Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Batch decompilation bits

Macros

#define CPBLK_FAST   0x0000
 do not update minbstkref and minbargref More...
 
#define CPBLK_MINREF   0x0001
 update minbstkref and minbargref More...
 
#define CPBLK_OPTJMP   0x0002
 del the jump insn at the end of the block if it becomes useless More...
 

Detailed Description

Macro Definition Documentation

◆ CPBLK_FAST

#define CPBLK_FAST   0x0000

do not update minbstkref and minbargref

Definition at line 4883 of file hexrays.hpp.

◆ CPBLK_MINREF

#define CPBLK_MINREF   0x0001

update minbstkref and minbargref

Definition at line 4884 of file hexrays.hpp.

◆ CPBLK_OPTJMP

#define CPBLK_OPTJMP   0x0002

del the jump insn at the end of the block if it becomes useless

Definition at line 4886 of file hexrays.hpp.