Home
last modified time | relevance | path

Searched refs:END_FOR_EACH_PTR (Results 1 – 25 of 44) sorted by relevance

12

/third_party/ltp/tools/sparse/sparse-src/
Dliveness.c28 } END_FOR_EACH_PTR(phi); in phi_defines()
39 } END_FOR_EACH_PTR(entry); in asm_liveness()
46 } END_FOR_EACH_PTR(entry); in asm_liveness()
122 } END_FOR_EACH_PTR(pseudo); in track_instruction_usage()
181 } END_FOR_EACH_PTR(parent); in track_bb_liveness()
182 } END_FOR_EACH_PTR(needs); in track_bb_liveness()
196 } END_FOR_EACH_PTR(bb); in clear_liveness()
215 } END_FOR_EACH_PTR(insn); in track_pseudo_liveness()
216 } END_FOR_EACH_PTR(bb); in track_pseudo_liveness()
234 } END_FOR_EACH_PTR(child); in track_pseudo_liveness()
[all …]
Dflow.c62 } END_FOR_EACH_PTR(phi); in remove_phisources()
64 } END_FOR_EACH_PTR(insn); in remove_phisources()
81 } END_FOR_EACH_PTR(jmp); in remove_other_phisources()
141 } END_FOR_EACH_PTR(pseudo); in bb_depends_on()
163 } END_FOR_EACH_PTR(insn); in bb_depends_on_phi()
187 } END_FOR_EACH_PTR(insn); in bb_is_forwarder()
206 } END_FOR_EACH_PTR(phi); in phi_check()
267 } END_FOR_EACH_PTR(phi); in try_to_simplify_bb()
300 } END_FOR_EACH_PTR(insn); in bb_has_side_effects()
375 } END_FOR_EACH_PTR(bb); in simplify_branch_nodes()
[all …]
Dgraph.c99 } END_FOR_EACH_PTR(insn); in graph_ep()
110 } END_FOR_EACH_PTR(child); in graph_ep()
111 } END_FOR_EACH_PTR(bb); in graph_ep()
161 } END_FOR_EACH_PTR(insn); in graph_calls()
162 } END_FOR_EACH_PTR(bb); in graph_calls()
187 } END_FOR_EACH_PTR(sym); in main()
194 } END_FOR_EACH_PTR(sym); in main()
196 } END_FOR_EACH_PTR(file); in main()
202 } END_FOR_EACH_PTR(sym); in main()
Dssa.c52 } END_FOR_EACH_PTR(member); in is_promotable()
65 } END_FOR_EACH_PTR(member); in is_promotable()
122 } END_FOR_EACH_PTR(insn); in rewrite_local_var()
190 } END_FOR_EACH_PTR(pu); in ssa_convert_one_var()
204 } END_FOR_EACH_PTR(bb); in ssa_convert_one_var()
300 } END_FOR_EACH_PTR(insn); in ssa_rename_insns()
301 } END_FOR_EACH_PTR(bb); in ssa_rename_insns()
338 } END_FOR_EACH_PTR(par); in ssa_rename_phi()
351 } END_FOR_EACH_PTR(phi); in ssa_rename_phis()
357 } END_FOR_EACH_PTR(phi); in ssa_rename_phis()
[all …]
Dstorage.c56 } END_FOR_EACH_PTR(hash); in gather_storage()
67 } END_FOR_EACH_PTR(entry); in gather_storage()
84 } END_FOR_EACH_PTR(hash); in name_storage()
96 } END_FOR_EACH_PTR(hash); in lookup_storage()
157 } END_FOR_EACH_PTR(entry); in vrfy_storage()
207 } END_FOR_EACH_PTR(usep); in combine_storage()
244 } END_FOR_EACH_PTR(pseudo); in set_up_bb_storage()
245 } END_FOR_EACH_PTR(child); in set_up_bb_storage()
261 } END_FOR_EACH_PTR(arg); in set_up_argument_storage()
274 } END_FOR_EACH_PTR(bb); in set_up_storage()
Dflowgraph.c54 } END_FOR_EACH_PTR(bb); in debug_postorder()
114 } END_FOR_EACH_PTR(bb); in debug_domtree()
159 } END_FOR_EACH_PTR(p); in domtree_build()
166 } END_FOR_EACH_PTR(b); in domtree_build()
171 } END_FOR_EACH_PTR(bb); in domtree_build()
182 } END_FOR_EACH_PTR(bb); in domtree_build()
193 } END_FOR_EACH_PTR(bb); in domtree_build()
Ddominate.c90 } END_FOR_EACH_PTR(y); in visit()
96 } END_FOR_EACH_PTR(y); in visit()
115 } END_FOR_EACH_PTR(bb); in idf_compute()
120 } END_FOR_EACH_PTR(bb); in idf_compute()
147 } END_FOR_EACH_PTR(df); in idf_dump()
152 } END_FOR_EACH_PTR(bb); in idf_dump()
Dunssa.c51 } END_FOR_EACH_PTR(src); in simplify_phi_node()
57 } END_FOR_EACH_PTR(pu); in simplify_phi_node()
104 } END_FOR_EACH_PTR(p); in replace_phi_node()
130 } END_FOR_EACH_PTR(insn); in rewrite_phi_bb()
139 } END_FOR_EACH_PTR(bb); in unssa()
Dmemops.c34 } END_FOR_EACH_PTR(phi); in rewrite_load_instruction()
44 } END_FOR_EACH_PTR(phi); in rewrite_load_instruction()
99 } END_FOR_EACH_PTR(parent); in find_dominating_parents()
112 } END_FOR_EACH_PTR(pu); in address_taken()
191 } END_FOR_EACH_PTR(phi); in simplify_loads()
262 } END_FOR_EACH_PTR(dom); in kill_dominated_stores()
265 } END_FOR_EACH_PTR(par); in kill_dominated_stores()
294 } END_FOR_EACH_PTR(pseudo); in simplify_memops()
Dsparse.c66 } END_FOR_EACH_PTR(insn); in context_increase()
95 } END_FOR_EACH_PTR(child); in check_children()
231 } END_FOR_EACH_PTR(insn); in check_bb_instructions()
240 } END_FOR_EACH_PTR(bb); in check_instructions()
255 } END_FOR_EACH_PTR(pseudo); in check_context()
263 } END_FOR_EACH_PTR(context); in check_context()
315 } END_FOR_EACH_PTR(sym); in check_symbols()
333 } END_FOR_EACH_PTR(file); in main()
Dtest-unssa.c22 END_FOR_EACH_PTR(insn); in output_bb()
46 END_FOR_EACH_PTR(bb); in output_fn()
72 END_FOR_EACH_PTR(sym); in compile()
85 } END_FOR_EACH_PTR(file); in main()
Dir.c21 } END_FOR_EACH_PTR(p); in nbr_phi_operands()
57 } END_FOR_EACH_PTR(phi); in check_phi_node()
105 } END_FOR_EACH_PTR(jmp); in check_switch()
201 } END_FOR_EACH_PTR(insn); in ir_validate()
202 } END_FOR_EACH_PTR(bb); in ir_validate()
Dexample.c217 } END_FOR_EACH_PTR(entry); in find_storage_hash()
398 } END_FOR_EACH_PTR(pseudo); in flush_reg()
453 } END_FOR_EACH_PTR(p); in mark_reg_dead()
536 } END_FOR_EACH_PTR(p); in find_in_reg()
875 } END_FOR_EACH_PTR(p); in kill_dead_reg()
913 } END_FOR_EACH_PTR(p); in is_dead_reg()
1013 } END_FOR_EACH_PTR(p); in kill_pseudo()
1125 } END_FOR_EACH_PTR(arg); in generate_call()
1290 } END_FOR_EACH_PTR(entry); in generate_asm_inputs()
1323 } END_FOR_EACH_PTR(entry); in generate_asm_outputs()
[all …]
Dinline.c74 } END_FOR_EACH_PTR(sym); in copy_symbol_list()
215 } END_FOR_EACH_PTR(arg); in copy_expression()
227 } END_FOR_EACH_PTR(entry); in copy_expression()
302 } END_FOR_EACH_PTR(old); in copy_asm_operands()
328 } END_FOR_EACH_PTR(sym); in unset_replace_list()
347 } END_FOR_EACH_PTR(sym); in copy_one_statement()
481 } END_FOR_EACH_PTR(stmt); in copy_statement()
509 } END_FOR_EACH_PTR(sym); in create_symbol_list()
553 } END_FOR_EACH_PTR(arg); in inline_function()
579 } END_FOR_EACH_PTR(p); in uninline()
Doptimize.c29 } END_FOR_EACH_PTR(pseudo); in clear_symbol_pseudos()
47 } END_FOR_EACH_PTR(insn); in clean_up_insns()
48 } END_FOR_EACH_PTR(bb); in clean_up_insns()
Dctags.c100 } END_FOR_EACH_PTR(sym); in show_tags()
119 } END_FOR_EACH_PTR(sym); in examine_members()
210 } END_FOR_EACH_PTR(sym); in examine_symbol_list()
222 } END_FOR_EACH_PTR(file); in main()
Dlinearize.c292 } END_FOR_EACH_PTR(entry); in show_asm_constraints()
395 } END_FOR_EACH_PTR(jmp); in show_instruction()
403 } END_FOR_EACH_PTR(jmp); in show_instruction()
423 } END_FOR_EACH_PTR(phi); in show_instruction()
440 } END_FOR_EACH_PTR(arg); in show_instruction()
529 } END_FOR_EACH_PTR(phi); in show_bb()
532 } END_FOR_EACH_PTR(needs); in show_bb()
536 } END_FOR_EACH_PTR(defines); in show_bb()
543 } END_FOR_EACH_PTR(from); in show_bb()
551 } END_FOR_EACH_PTR(to); in show_bb()
[all …]
Dtest-show-type.c13 } END_FOR_EACH_PTR(sym); in show_symbols()
25 } END_FOR_EACH_PTR(file); in main()
Dtest-linearize.c54 } END_FOR_EACH_PTR(sym); in clean_up_symbols()
65 } END_FOR_EACH_PTR(file); in main()
Dtest-inspect.c25 } END_FOR_EACH_PTR(sym); in expand_symbols()
41 } END_FOR_EACH_PTR(file); in main()
Dobfuscate.c63 } END_FOR_EACH_PTR(sym); in emit_symbol_list()
74 } END_FOR_EACH_PTR(file); in main()
Dtest-parsing.c48 } END_FOR_EACH_PTR(sym); in clean_up_symbols()
78 } END_FOR_EACH_PTR(file); in main()
Dcompile.c51 } END_FOR_EACH_PTR(sym); in clean_up_symbols()
73 } END_FOR_EACH_PTR(file); in main()
Dsparse-llvm.c47 } END_FOR_EACH_PTR(arg); in sym_func_type()
91 } END_FOR_EACH_PTR(member); in sym_struct_type()
781 } END_FOR_EACH_PTR(jmp); in output_op_switch()
794 } END_FOR_EACH_PTR(jmp); in output_op_switch()
818 } END_FOR_EACH_PTR(arg); in output_op_call()
1113 END_FOR_EACH_PTR(insn); in output_bb()
1155 END_FOR_EACH_PTR(bb); in output_fn()
1162 END_FOR_EACH_PTR(bb); in output_fn()
1185 } END_FOR_EACH_PTR(phi); in output_fn()
1186 } END_FOR_EACH_PTR(insn); in output_fn()
[all …]
/third_party/ltp/tools/sparse/
Dsparse-ltp.c73 } END_FOR_EACH_PTR(insn); in do_basicblock_checks()
82 } END_FOR_EACH_PTR(bb); in do_entrypoint_checks()
246 } END_FOR_EACH_PTR(entry); in check_test_struct()
279 } END_FOR_EACH_PTR(sym); in process_symbols()
320 } END_FOR_EACH_PTR(file); in main()

12