Proxy of C++ mblock_t class.
|
__init__(self,
*args,
**kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
append_def_list(self,
list,
op,
maymust) |
|
|
|
append_use_list(self,
list,
op,
maymust,
mask=bitrange_t(0,
USHRT_MAX)) |
|
|
mlist_t
|
build_def_list(self,
ins,
maymust) |
|
|
int
|
build_lists(self,
kill_deads) |
|
|
mlist_t
|
build_use_list(self,
ins,
maymust) |
|
|
|
|
|
|
bool
|
|
minsn_t
|
find_access(self,
op,
parent,
mend,
fdflags) |
|
|
minsn_t
|
find_def(self,
op,
p_i1,
i2,
fdflags) |
|
|
minsn_t
|
find_first_use(self,
list,
i1,
i2,
maymust=MAY_ACCESS) |
|
|
minsn_t
|
find_redefinition(self,
list,
i1,
i2,
maymust=MAY_ACCESS) |
|
|
minsn_t
|
find_use(self,
op,
p_i1,
i2,
fdflags) |
|
|
int
|
|
int
|
|
int
|
for_all_uses(self,
list,
i1,
i2,
mmv) |
|
|
size_t
|
|
bool
|
get_valranges(self,
res,
vivl,
vrflags)
get_valranges(self, res, vivl, m, vrflags) -> bool |
|
|
minsn_t
|
insert_into_block(self,
nm,
om) |
|
|
bool
|
|
bool
|
|
bool
|
|
bool
|
is_redefined(self,
list,
i1,
i2,
maymust=MAY_ACCESS) |
|
|
bool
|
is_rhs_redefined(self,
ins,
i1,
i2) |
|
|
bool
|
is_simple_goto_block(self) |
|
|
bool
|
is_simple_jcnd_block(self) |
|
|
bool
|
|
bool
|
is_used(self,
list,
i1,
i2,
maymust=MAY_ACCESS) |
|
|
bool
|
|
bool
|
|
int
|
|
|
|
|
|
bool
|
|
int
|
|
int
|
|
int
|
|
int
|
optimize_insn(self,
m,
optflags=0x0002|0x0004) |
|
|
int
|
optimize_useless_jump(self) |
|
|
int
|
|
|
preds(self)
Iterates the list of predecessor blocks |
|
|
minsn_t
|
remove_from_block(self,
m) |
|
|
|
|
|
request_propagation(self) |
|
|
int
|
|
|
succs(self)
Iterates the list of successor blocks |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
dead_at_start
mblock_t_dead_at_start_get(self) -> mlist_t
|
|
dnu
mblock_t_dnu_get(self) -> mlist_t
|
|
end
mblock_t_end_get(self) -> ea_t
|
|
flags
mblock_t_flags_get(self) -> uint32
|
|
head
mblock_t_head_get(self) -> minsn_t
|
|
maxbsp
mblock_t_maxbsp_get(self) -> sval_t
|
|
maybdef
mblock_t_maybdef_get(self) -> mlist_t
|
|
maybuse
mblock_t_maybuse_get(self) -> mlist_t
|
|
mba
mblock_t_mba_get(self) -> mbl_array_t
|
|
minbargref
mblock_t_minbargref_get(self) -> sval_t
|
|
minbstkref
mblock_t_minbstkref_get(self) -> sval_t
|
|
mustbdef
mblock_t_mustbdef_get(self) -> mlist_t
|
|
mustbuse
mblock_t_mustbuse_get(self) -> mlist_t
|
|
nextb
mblock_t_nextb_get(self) -> mblock_t
|
|
predset
mblock_t_predset_get(self) -> intvec_t
|
|
prevb
mblock_t_prevb_get(self) -> mblock_t
|
|
serial
mblock_t_serial_get(self) -> int
|
|
start
mblock_t_start_get(self) -> ea_t
|
|
succset
mblock_t_succset_get(self) -> intvec_t
|
|
tail
mblock_t_tail_get(self) -> minsn_t
|
|
thisown
The membership flag
|
|
type
mblock_t_type_get(self) -> mblock_type_t
|
Inherited from object :
__class__
|