Home
last modified time | relevance | path

Searched refs:old_stmt (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/security/py-angr/angr-9.0.5405/angr/analyses/decompiler/
H A Dutils.py56 def replace_last_statement(node, old_stmt, new_stmt): argument
59 replace_last_statement(node.node, old_stmt, new_stmt)
62 if node.statements[-1] is old_stmt:
67 replace_last_statement(node.nodes[-1], old_stmt, new_stmt)
71 replace_last_statement(node.nodes[-1], old_stmt, new_stmt)
75 replace_last_statement(node.true_node, old_stmt, new_stmt)
77 replace_last_statement(node.false_node, old_stmt, new_stmt)
/dports/devel/p5-Perl-Metrics-Simple/Perl-Metrics-Simple-0.18/lib/Perl/Metrics/Simple/Analysis/
H A DFile.pm432 my ($old_stmt, @children) = @$_;
441 $old_stmt->insert_after($new_stmt);
442 $old_stmt->delete();
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-propagate.c683 move_ssa_defining_stmt_for_defs (gimple new_stmt, gimple old_stmt) in move_ssa_defining_stmt_for_defs() argument
692 FOR_EACH_SSA_TREE_OPERAND (var, old_stmt, iter, SSA_OP_ALL_DEFS) in move_ssa_defining_stmt_for_defs()
1112 gimple old_stmt; in substitute_and_fold() local
1166 old_stmt = stmt; in substitute_and_fold()
1195 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in substitute_and_fold()
H A Dcgraphclones.c475 gimple old_stmt, gimple new_stmt) in cgraph_set_call_stmt_including_clones() argument
478 struct cgraph_edge *edge = cgraph_edge (orig, old_stmt); in cgraph_set_call_stmt_including_clones()
487 struct cgraph_edge *edge = cgraph_edge (node, old_stmt); in cgraph_set_call_stmt_including_clones()
514 gimple old_stmt, in cgraph_create_edge_including_clones() argument
532 struct cgraph_edge *edge = cgraph_edge (node, old_stmt); in cgraph_create_edge_including_clones()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-propagate.c673 move_ssa_defining_stmt_for_defs (gimple new_stmt, gimple old_stmt) in move_ssa_defining_stmt_for_defs() argument
682 FOR_EACH_SSA_TREE_OPERAND (var, old_stmt, iter, SSA_OP_ALL_DEFS) in move_ssa_defining_stmt_for_defs()
1102 gimple old_stmt; in substitute_and_fold() local
1156 old_stmt = stmt; in substitute_and_fold()
1185 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in substitute_and_fold()
H A Dcgraphclones.c475 gimple old_stmt, gimple new_stmt) in cgraph_set_call_stmt_including_clones() argument
478 struct cgraph_edge *edge = cgraph_edge (orig, old_stmt); in cgraph_set_call_stmt_including_clones()
487 struct cgraph_edge *edge = cgraph_edge (node, old_stmt); in cgraph_set_call_stmt_including_clones()
514 gimple old_stmt, in cgraph_create_edge_including_clones() argument
532 struct cgraph_edge *edge = cgraph_edge (node, old_stmt); in cgraph_create_edge_including_clones()
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalablock.vala213 public void replace_statement (Statement old_stmt, Statement new_stmt) {
218 if (stmt_list.get (j) == old_stmt) {
224 } else if (statement_list[i] == old_stmt) {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-evrp.c127 gimple *old_stmt = stmt; in before_dom_children() local
188 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in before_dom_children()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimple-ssa-evrp.c127 gimple *old_stmt = stmt; in before_dom_children() local
188 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in before_dom_children()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-evrp.c127 gimple *old_stmt = stmt; in before_dom_children() local
188 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in before_dom_children()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-evrp.c127 gimple *old_stmt = stmt; in before_dom_children() local
188 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in before_dom_children()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-evrp.c127 gimple *old_stmt = stmt; in before_dom_children() local
188 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in before_dom_children()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgimple-ssa-evrp.c127 gimple *old_stmt = stmt; in before_dom_children() local
188 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in before_dom_children()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-propagate.c698 move_ssa_defining_stmt_for_defs (gimple new_stmt, gimple old_stmt) in move_ssa_defining_stmt_for_defs() argument
707 FOR_EACH_SSA_TREE_OPERAND (var, old_stmt, iter, SSA_OP_ALL_DEFS) in move_ssa_defining_stmt_for_defs()
1126 gimple old_stmt; in substitute_and_fold() local
1180 old_stmt = stmt; in substitute_and_fold()
1209 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in substitute_and_fold()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgimple-ssa-evrp.c130 gimple *old_stmt = stmt; in before_dom_children() local
214 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in before_dom_children()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgimple-ssa-evrp.c130 gimple *old_stmt = stmt; in before_dom_children() local
214 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in before_dom_children()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgimple-ssa-evrp.c130 gimple *old_stmt = stmt; in before_dom_children() local
196 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in before_dom_children()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgimple-ssa-evrp.c130 gimple *old_stmt = stmt; in before_dom_children() local
214 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in before_dom_children()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgimple-ssa-evrp.c130 gimple *old_stmt = stmt; in before_dom_children() local
196 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in before_dom_children()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgimple-ssa-evrp.c130 gimple *old_stmt = stmt; in before_dom_children() local
196 if (maybe_clean_or_replace_eh_stmt (old_stmt, stmt)) in before_dom_children()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dcgraphclones.c749 cgraph_node::set_call_stmt_including_clones (gimple *old_stmt, in set_call_stmt_including_clones() argument
754 cgraph_edge *master_edge = get_edge (old_stmt); in set_call_stmt_including_clones()
763 cgraph_edge *edge = node->get_edge (old_stmt); in set_call_stmt_including_clones()
810 gimple *old_stmt, gcall *stmt, in create_edge_including_clones() argument
828 cgraph_edge *edge = node->get_edge (old_stmt); in create_edge_including_clones()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcgraphclones.c755 cgraph_node::set_call_stmt_including_clones (gimple *old_stmt, in set_call_stmt_including_clones() argument
760 cgraph_edge *master_edge = get_edge (old_stmt); in set_call_stmt_including_clones()
769 cgraph_edge *edge = node->get_edge (old_stmt); in set_call_stmt_including_clones()
816 gimple *old_stmt, gcall *stmt, in create_edge_including_clones() argument
834 cgraph_edge *edge = node->get_edge (old_stmt); in create_edge_including_clones()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dcgraphclones.c749 cgraph_node::set_call_stmt_including_clones (gimple *old_stmt, in set_call_stmt_including_clones() argument
754 cgraph_edge *master_edge = get_edge (old_stmt); in set_call_stmt_including_clones()
763 cgraph_edge *edge = node->get_edge (old_stmt); in set_call_stmt_including_clones()
810 gimple *old_stmt, gcall *stmt, in create_edge_including_clones() argument
828 cgraph_edge *edge = node->get_edge (old_stmt); in create_edge_including_clones()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcgraphclones.c749 cgraph_node::set_call_stmt_including_clones (gimple *old_stmt, in set_call_stmt_including_clones() argument
754 cgraph_edge *master_edge = get_edge (old_stmt); in set_call_stmt_including_clones()
763 cgraph_edge *edge = node->get_edge (old_stmt); in set_call_stmt_including_clones()
810 gimple *old_stmt, gcall *stmt, in create_edge_including_clones() argument
828 cgraph_edge *edge = node->get_edge (old_stmt); in create_edge_including_clones()
/dports/dns/dog/mutagen-c7abc956a10e8a3e2cc71f21279ea0a42f7b7c10/mutagen-core/src/
H A Dtransformer.rs66 let old_stmt = self.transform_context.original_stmt.replace(s.clone()); in fold_stmt() localVariable
77 self.transform_context.original_stmt = old_stmt; in fold_stmt()

12345678910>>...13