Proxy of C++ optblock_t class.  
|  | 
|  | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|  | 
◆ __init__()
◆ __disown__()
◆ func()
      
        
          | "int" func | ( |  | self, | 
        
          |  |  | "mblock_t" | blk ) | 
      
 
This function usually performs the optimizations that require analyzing the entire block and/or its neighbors. For example it can recognize patterns and perform conversions like: b0: b0: ... ... jnz x, 0, @b2 => jnz x, 0, @b2 b1: b1: add x, 0, y mov x, y ... ...
- Parameters
- 
  
    | blk | (C++: mblock_t *) Basic block to optimize as a whole. |  
 
- Returns
- : number of changes made to the block. See also mark_lists_dirty. 
 
 
◆ install()
◆ remove()
◆ thisown
  
  | 
        
          | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |  | static | 
 
 
The documentation for this class was generated from the following file: