/third_party/ltp/tools/sparse/sparse-src/ |
D | liveness.c | 28 } 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 …]
|
D | flow.c | 62 } 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 …]
|
D | graph.c | 99 } 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()
|
D | ssa.c | 52 } 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 …]
|
D | storage.c | 56 } 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()
|
D | flowgraph.c | 54 } 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()
|
D | dominate.c | 90 } 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()
|
D | unssa.c | 51 } 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()
|
D | memops.c | 34 } 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()
|
D | sparse.c | 66 } 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()
|
D | test-unssa.c | 22 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()
|
D | ir.c | 21 } 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()
|
D | example.c | 217 } 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 …]
|
D | inline.c | 74 } 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()
|
D | optimize.c | 29 } 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()
|
D | ctags.c | 100 } 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()
|
D | linearize.c | 292 } 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 …]
|
D | test-show-type.c | 13 } END_FOR_EACH_PTR(sym); in show_symbols() 25 } END_FOR_EACH_PTR(file); in main()
|
D | test-linearize.c | 54 } END_FOR_EACH_PTR(sym); in clean_up_symbols() 65 } END_FOR_EACH_PTR(file); in main()
|
D | test-inspect.c | 25 } END_FOR_EACH_PTR(sym); in expand_symbols() 41 } END_FOR_EACH_PTR(file); in main()
|
D | obfuscate.c | 63 } END_FOR_EACH_PTR(sym); in emit_symbol_list() 74 } END_FOR_EACH_PTR(file); in main()
|
D | test-parsing.c | 48 } END_FOR_EACH_PTR(sym); in clean_up_symbols() 78 } END_FOR_EACH_PTR(file); in main()
|
D | compile.c | 51 } END_FOR_EACH_PTR(sym); in clean_up_symbols() 73 } END_FOR_EACH_PTR(file); in main()
|
D | sparse-llvm.c | 47 } 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/ |
D | sparse-ltp.c | 73 } 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()
|