tree-ssa.h: New.
* tree-ssa.h: New. Move content from tree-flow.h and tree-flow-inline.h. * tree-flow.h (_edge_var_map, edge_var_map_vector): Move to tree-ssa.h. Move prototypes belonging to tree-ssa.c. * tree-flow-inline.h (redirect_edge_var_map_def, redirect_edge_var_map_result, redirect_edge_var_map_location): Move to tree-ssa.h. * gimple.h: Adjust prototypes. * tree-ssa.c (useless_type_conversion_p, types_compatible_p): Move to... * gimple.c (useless_type_conversion_p, types_compatible_p): Here. * tree.h: Move prototype to tree-ssa.h. * gengtype.c (open_base_files): Replace tree-flow.h with tree-ssa.h. * Makefile.in: (TREE_SSA_H, TREE_FLOW_H): Adjust dependencies. * alias.c, asan.c, builtins.c, calls.c, cfgexpand.c, cfghooks.c, cfgloop.c, cfgloopmanip.c, cgraph.c, cgraphbuild.c, cgraphclones.c, cgraphunit.c, dse.c, except.c, expr.c, final.c, fold-const.c, ggc-page.c, gimple-fold.c, gimple-iterator.c, gimple-low.c, gimple-pretty-print.c, gimple-ssa-strength-reduction.c, gimple-streamer-in.c, gimple-streamer-out.c, gimple.c, gimplify.c, graphite-blocking.c, graphite-clast-to-gimple.c, graphite-dependences.c, graphite-interchange.c, graphite-optimize-isl.c, graphite-poly.c, graphite-scop-detection.c, graphite-sese-to-poly.c, graphite.c, ipa-cp.c, ipa-inline-analysis.c, ipa-inline-transform.c, ipa-inline.c, ipa-prop.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa-utils.c, loop-init.c, lto-cgraph.c, lto-section-in.c, lto-section-out.c, lto-streamer-in.c, lto-streamer-out.c, lto-streamer.c, omp-low.c, passes.c, predict.c, print-tree.c, profile.c, sese.c, targhooks.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c, tree-chrec.c, tree-complex.c, tree-data-ref.c, tree-dfa.c, tree-eh.c, tree-emutls.c, tree-if-conv.c, tree-inline.c, tree-into-ssa.c, tree-loop-distribution.c, tree-mudflap.c, tree-nested.c, tree-nrv.c, tree-object-size.c, tree-optimize.c, tree-outof-ssa.c, tree-parloops.c, tree-phinodes.c, tree-predcom.c, tree-pretty-print.c, tree-profile.c, tree-scalar-evolution.c, tree-sra.c, tree-ssa*.c, tree-stdarg.c, tree-streamer-in.c, tree-switch-conversion.c, tree-tailcall.c, tree-vect-data-refs.c, tree-vect-generic.c, tree-vect-loop-manip.c, tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c, tree-vect-stmts.c, tree-vectorizer.c, tree-vrp.c, tsan.c, value-prof.c, var-tracking.c, varpool.c, vtable-verify.c: Replace tree-flow.h with tree-ssa.h From-SVN: r202523
This commit is contained in:
parent
33605886ff
commit
7a30045280
154 changed files with 688 additions and 624 deletions
|
@ -1,3 +1,46 @@
|
|||
2013-09-12 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* tree-ssa.h: New. Move content from tree-flow.h and
|
||||
tree-flow-inline.h.
|
||||
* tree-flow.h (_edge_var_map, edge_var_map_vector): Move to tree-ssa.h.
|
||||
Move prototypes belonging to tree-ssa.c.
|
||||
* tree-flow-inline.h (redirect_edge_var_map_def,
|
||||
redirect_edge_var_map_result, redirect_edge_var_map_location): Move to
|
||||
tree-ssa.h.
|
||||
* gimple.h: Adjust prototypes.
|
||||
* tree-ssa.c (useless_type_conversion_p, types_compatible_p): Move to...
|
||||
* gimple.c (useless_type_conversion_p, types_compatible_p): Here.
|
||||
* tree.h: Move prototype to tree-ssa.h.
|
||||
* gengtype.c (open_base_files): Replace tree-flow.h with tree-ssa.h.
|
||||
* Makefile.in: (TREE_SSA_H, TREE_FLOW_H): Adjust dependencies.
|
||||
* alias.c, asan.c, builtins.c, calls.c, cfgexpand.c, cfghooks.c,
|
||||
cfgloop.c, cfgloopmanip.c, cgraph.c, cgraphbuild.c, cgraphclones.c,
|
||||
cgraphunit.c, dse.c, except.c, expr.c, final.c, fold-const.c,
|
||||
ggc-page.c, gimple-fold.c, gimple-iterator.c, gimple-low.c,
|
||||
gimple-pretty-print.c, gimple-ssa-strength-reduction.c,
|
||||
gimple-streamer-in.c, gimple-streamer-out.c, gimple.c, gimplify.c,
|
||||
graphite-blocking.c, graphite-clast-to-gimple.c, graphite-dependences.c,
|
||||
graphite-interchange.c, graphite-optimize-isl.c, graphite-poly.c,
|
||||
graphite-scop-detection.c, graphite-sese-to-poly.c, graphite.c,
|
||||
ipa-cp.c, ipa-inline-analysis.c, ipa-inline-transform.c, ipa-inline.c,
|
||||
ipa-prop.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa-utils.c,
|
||||
loop-init.c, lto-cgraph.c, lto-section-in.c, lto-section-out.c,
|
||||
lto-streamer-in.c, lto-streamer-out.c, lto-streamer.c, omp-low.c,
|
||||
passes.c, predict.c, print-tree.c, profile.c, sese.c, targhooks.c,
|
||||
tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c,
|
||||
tree-chrec.c, tree-complex.c, tree-data-ref.c, tree-dfa.c, tree-eh.c,
|
||||
tree-emutls.c, tree-if-conv.c, tree-inline.c, tree-into-ssa.c,
|
||||
tree-loop-distribution.c, tree-mudflap.c, tree-nested.c, tree-nrv.c,
|
||||
tree-object-size.c, tree-optimize.c, tree-outof-ssa.c, tree-parloops.c,
|
||||
tree-phinodes.c, tree-predcom.c, tree-pretty-print.c, tree-profile.c,
|
||||
tree-scalar-evolution.c, tree-sra.c, tree-ssa*.c, tree-stdarg.c,
|
||||
tree-streamer-in.c, tree-switch-conversion.c, tree-tailcall.c,
|
||||
tree-vect-data-refs.c, tree-vect-generic.c, tree-vect-loop-manip.c,
|
||||
tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
|
||||
tree-vect-stmts.c, tree-vectorizer.c, tree-vrp.c, tsan.c,
|
||||
value-prof.c, var-tracking.c,
|
||||
varpool.c, vtable-verify.c: Replace tree-flow.h with tree-ssa.h
|
||||
|
||||
2013-09-12 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/58396
|
||||
|
|
297
gcc/Makefile.in
297
gcc/Makefile.in
|
@ -947,6 +947,7 @@ TREE_FLOW_H = tree-flow.h tree-flow-inline.h tree-ssa-operands.h \
|
|||
$(BITMAP_H) sbitmap.h $(BASIC_BLOCK_H) $(GIMPLE_H) \
|
||||
$(HASHTAB_H) $(CGRAPH_H) $(IPA_REFERENCE_H) \
|
||||
tree-ssa-alias.h
|
||||
TREE_SSA_H = tree-ssa.h $(TREE_FLOW_H)
|
||||
TREE_HASHER_H = tree-hasher.h $(HASH_TABLE_H) $(TREE_FLOW_H)
|
||||
TREE_SSA_LIVE_H = tree-ssa-live.h $(PARTITION_H)
|
||||
SSAEXPAND_H = ssaexpand.h $(TREE_SSA_LIVE_H)
|
||||
|
@ -2130,13 +2131,13 @@ gtype-desc.o: gtype-desc.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
|||
$(HASHTAB_H) $(SPLAY_TREE_H) $(OBSTACK_H) $(BITMAP_H) \
|
||||
$(INPUT_H) $(TREE_H) $(RTL_H) $(FUNCTION_H) insn-config.h $(EXPR_H) \
|
||||
hard-reg-set.h $(BASIC_BLOCK_H) cselib.h $(INSN_ADDR_H) $(OPTABS_H) \
|
||||
$(LIBFUNCS_H) debug.h $(GGC_H) $(CGRAPH_H) $(TREE_FLOW_H) reload.h \
|
||||
$(LIBFUNCS_H) debug.h $(GGC_H) $(CGRAPH_H) $(TREE_SSA_H) reload.h \
|
||||
$(CPP_ID_DATA_H) tree-chrec.h $(EXCEPT_H) output.h \
|
||||
$(CFGLOOP_H) $(TARGET_H) $(IPA_PROP_H) $(LTO_STREAMER_H) \
|
||||
target-globals.h
|
||||
|
||||
trans-mem.o : trans-mem.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(HASH_TABLE_H) \
|
||||
$(TREE_H) $(GIMPLE_H) $(TREE_FLOW_H) $(TREE_PASS_H) $(TREE_INLINE_H) \
|
||||
$(TREE_H) $(GIMPLE_H) $(TREE_SSA_H) $(TREE_PASS_H) $(TREE_INLINE_H) \
|
||||
$(DIAGNOSTIC_CORE_H) $(DEMANGLE_H) output.h $(TRANS_MEM_H) \
|
||||
$(PARAMS_H) $(TARGET_H) langhooks.h \
|
||||
$(GIMPLE_PRETTY_PRINT_H) $(CFGLOOP_H) \
|
||||
|
@ -2148,7 +2149,7 @@ ggc-common.o: ggc-common.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
|||
|
||||
ggc-page.o: ggc-page.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) $(TREE_H) \
|
||||
$(FLAGS_H) $(DIAGNOSTIC_CORE_H) $(GGC_H) $(TIMEVAR_H) $(TM_P_H) $(PARAMS_H) \
|
||||
$(TREE_FLOW_H) $(PLUGIN_H) $(GGC_INTERNAL_H)
|
||||
$(TREE_SSA_H) $(PLUGIN_H) $(GGC_INTERNAL_H)
|
||||
|
||||
ggc-none.o: ggc-none.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(GGC_H) \
|
||||
$(BCONFIG_H)
|
||||
|
@ -2173,15 +2174,15 @@ data-streamer-out.o: data-streamer-out.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
|||
data-streamer.o: data-streamer.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(DATA_STREAMER_H)
|
||||
gimple-streamer-in.o: gimple-streamer-in.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(GIMPLE_STREAMER_H) $(TREE_FLOW_H) $(DATA_STREAMER_H) \
|
||||
coretypes.h $(GIMPLE_STREAMER_H) $(TREE_SSA_H) $(DATA_STREAMER_H) \
|
||||
$(TREE_STREAMER_H) $(DIAGNOSTIC_H)
|
||||
gimple-streamer-out.o: gimple-streamer-out.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(GIMPLE_STREAMER_H) $(DATA_STREAMER_H) $(TREE_FLOW_H) \
|
||||
coretypes.h $(GIMPLE_STREAMER_H) $(DATA_STREAMER_H) $(TREE_SSA_H) \
|
||||
$(LTO_STREAMER_H) $(TREE_STREAMER_H)
|
||||
tree-streamer.o: tree-streamer.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TREE_STREAMER_H) $(STREAMER_HOOKS_H)
|
||||
tree-streamer-in.o: tree-streamer-in.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(DIAGNOSTIC_H) $(TREE_H) $(TREE_FLOW_H) $(TREE_STREAMER_H) \
|
||||
coretypes.h $(DIAGNOSTIC_H) $(TREE_H) $(TREE_SSA_H) $(TREE_STREAMER_H) \
|
||||
$(DATA_STREAMER_H) $(STREAMER_HOOKS_H) $(LTO_STREAMER_H)
|
||||
tree-streamer-out.o: tree-streamer-out.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(DIAGNOSTIC_H) $(TREE_STREAMER_H) $(DATA_STREAMER_H) \
|
||||
|
@ -2224,7 +2225,7 @@ lto-opts.o: lto-opts.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TREE_H) \
|
|||
$(COMMON_TARGET_H) $(DIAGNOSTIC_H) $(LTO_STREAMER_H)
|
||||
lto-streamer.o: lto-streamer.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TM_H) $(TREE_H) $(GIMPLE_H) $(BITMAP_H) $(LTO_STREAMER_H) $(FLAGS_H) \
|
||||
$(TREE_FLOW_H) $(DIAGNOSTIC_CORE_H) $(LTO_SYMTAB_H) toplev.h \
|
||||
$(TREE_SSA_H) $(DIAGNOSTIC_CORE_H) $(LTO_SYMTAB_H) toplev.h \
|
||||
$(DIAGNOSTIC_CORE_H) $(STREAMER_HOOKS_H)
|
||||
langhooks.o : langhooks.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TIMEVAR_H) \
|
||||
$(TREE_H) toplev.h $(DIAGNOSTIC_CORE_H) $(TREE_INLINE_H) $(RTL_H) insn-config.h \
|
||||
|
@ -2233,13 +2234,13 @@ langhooks.o : langhooks.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TIMEVAR_
|
|||
test-dump.o : test-dump.c $(CONFIG_H) $(SYSTEM_H) $(CORETYPES_H) \
|
||||
$(BITMAP_H) sbitmap.h sreal.h $(TREE_H) $(CXX_PARSER_H) $(DWARF2OUT_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H) $(BASIC_BLOCK_H) insn-config.h $(LRA_INT.H) \
|
||||
$(SEL_SCHED_DUMP_H) $(IRA_INT_H) $(TREE_DATA_REF_H) $(TREE_FLOW_H) \
|
||||
$(SEL_SCHED_DUMP_H) $(IRA_INT_H) $(TREE_DATA_REF_H) $(TREE_SSA_H) \
|
||||
$(TREE_SSA_LIVE_H) tree-ssa-alias.h $(OMEGA_H) $(RTL_H)
|
||||
tree.o: tree.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \
|
||||
all-tree.def $(FLAGS_H) $(FUNCTION_H) $(PARAMS_H) \
|
||||
toplev.h $(DIAGNOSTIC_CORE_H) $(GGC_H) $(HASHTAB_H) $(TARGET_H) output.h $(TM_P_H) \
|
||||
langhooks.h gt-tree.h $(TREE_INLINE_H) tree-iterator.h \
|
||||
$(BASIC_BLOCK_H) $(TREE_FLOW_H) $(OBSTACK_H) pointer-set.h \
|
||||
$(BASIC_BLOCK_H) $(TREE_SSA_H) $(OBSTACK_H) pointer-set.h \
|
||||
$(TREE_PASS_H) $(LANGHOOKS_DEF_H) $(DIAGNOSTIC_H) $(CGRAPH_H) \
|
||||
$(EXCEPT_H) debug.h intl.h tree-diagnostic.h $(TREE_PRETTY_PRINT_H) \
|
||||
$(COMMON_TARGET_H)
|
||||
|
@ -2249,26 +2250,26 @@ tree-inline.o : tree-inline.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
|||
$(TREE_H) $(RTL_H) $(FLAGS_H) $(PARAMS_H) $(INPUT_H) insn-config.h \
|
||||
$(HASHTAB_H) langhooks.h $(TREE_INLINE_H) $(CGRAPH_H) \
|
||||
intl.h $(FUNCTION_H) $(GIMPLE_H) $(CFGLOOP_H) \
|
||||
debug.h $(DIAGNOSTIC_H) $(EXCEPT_H) $(TREE_FLOW_H) tree-iterator.h tree-mudflap.h \
|
||||
debug.h $(DIAGNOSTIC_H) $(EXCEPT_H) $(TREE_SSA_H) tree-iterator.h tree-mudflap.h \
|
||||
$(IPA_PROP_H) value-prof.h $(TREE_PASS_H) $(TARGET_H) \
|
||||
$(TREE_PRETTY_PRINT_H)
|
||||
print-tree.o : print-tree.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(DUMPFILE_H) \
|
||||
$(TM_H) $(TREE_H) $(GGC_H) langhooks.h tree-iterator.h \
|
||||
$(DIAGNOSTIC_H) $(TREE_FLOW_H) $(GIMPLE_PRETTY_PRINT_H) $(TREE_DUMP_H)
|
||||
$(DIAGNOSTIC_H) $(TREE_SSA_H) $(GIMPLE_PRETTY_PRINT_H) $(TREE_DUMP_H)
|
||||
stor-layout.o : stor-layout.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
||||
$(TREE_H) $(PARAMS_H) $(FLAGS_H) $(FUNCTION_H) $(EXPR_H) $(RTL_H) \
|
||||
$(GGC_H) $(TM_P_H) $(TARGET_H) langhooks.h $(REGS_H) gt-stor-layout.h \
|
||||
$(DIAGNOSTIC_CORE_H) $(CGRAPH_H) $(TREE_INLINE_H) $(TREE_DUMP_H) $(GIMPLE_H)
|
||||
asan.o : asan.c asan.h $(CONFIG_H) $(SYSTEM_H) $(GIMPLE_H) \
|
||||
output.h coretypes.h $(GIMPLE_PRETTY_PRINT_H) $(CFGLOOP_H) \
|
||||
tree-iterator.h $(TREE_FLOW_H) $(TREE_PASS_H) \
|
||||
tree-iterator.h $(TREE_SSA_H) $(TREE_PASS_H) \
|
||||
$(TARGET_H) $(EXPR_H) $(OPTABS_H) $(TM_P_H) langhooks.h \
|
||||
$(HASH_TABLE_H) alloc-pool.h
|
||||
tsan.o : $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(TREE_INLINE_H) \
|
||||
$(GIMPLE_H) $(DIAGNOSTIC_H) langhooks.h \
|
||||
$(TM_H) coretypes.h $(TREE_DUMP_H) $(TREE_PASS_H) $(CGRAPH_H) $(GGC_H) \
|
||||
$(BASIC_BLOCK_H) $(FLAGS_H) $(FUNCTION_H) \
|
||||
$(TM_P_H) $(TREE_FLOW_H) $(DIAGNOSTIC_CORE_H) $(GIMPLE_H) tree-iterator.h \
|
||||
$(TM_P_H) $(TREE_SSA_H) $(DIAGNOSTIC_CORE_H) $(GIMPLE_H) tree-iterator.h \
|
||||
intl.h cfghooks.h output.h options.h $(C_COMMON_H) tsan.h asan.h \
|
||||
tree-ssa-propagate.h
|
||||
ubsan.o : ubsan.c ubsan.h $(CONFIG_H) $(SYSTEM_H) $(GIMPLE_H) \
|
||||
|
@ -2277,130 +2278,130 @@ ubsan.o : ubsan.c ubsan.h $(CONFIG_H) $(SYSTEM_H) $(GIMPLE_H) \
|
|||
tree-ssa-tail-merge.o: tree-ssa-tail-merge.c \
|
||||
$(SYSTEM_H) $(CONFIG_H) coretypes.h $(TM_H) $(BITMAP_H) \
|
||||
$(FLAGS_H) $(TM_P_H) $(BASIC_BLOCK_H) $(CFGLOOP_H) \
|
||||
$(TREE_H) $(TREE_FLOW_H) $(TREE_INLINE_H) $(TREE_DUMP_H) $(HASH_TABLE_H) \
|
||||
$(TREE_H) $(TREE_SSA_H) $(TREE_INLINE_H) $(TREE_DUMP_H) $(HASH_TABLE_H) \
|
||||
$(GIMPLE_H) $(FUNCTION_H) tree-ssa-sccvn.h \
|
||||
$(CGRAPH_H) $(GIMPLE_PRETTY_PRINT_H) $(PARAMS_H)
|
||||
tree-ssa-structalias.o: tree-ssa-structalias.c $(SYSTEM_H) $(CONFIG_H) \
|
||||
coretypes.h $(HASH_TABLE_H) $(TM_H) $(GGC_H) $(OBSTACK_H) $(BITMAP_H) \
|
||||
$(FLAGS_H) $(TM_P_H) $(BASIC_BLOCK_H) \
|
||||
$(DIAGNOSTIC_H) $(TREE_H) $(TREE_FLOW_H) $(TREE_INLINE_H) \
|
||||
$(DIAGNOSTIC_H) $(TREE_H) $(TREE_SSA_H) $(TREE_INLINE_H) \
|
||||
$(GIMPLE_H) $(HASH_TABLE_H) $(FUNCTION_H) $(CGRAPH_H) \
|
||||
$(TREE_PASS_H) alloc-pool.h $(SPLAY_TREE_H) $(PARAMS_H) \
|
||||
$(CGRAPH_H) $(ALIAS_H) pointer-set.h
|
||||
tree-ssa-uninit.o : tree-ssa-uninit.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
tree-ssa-uninit.o : tree-ssa-uninit.c $(TREE_SSA_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(TREE_H) $(TM_P_H) $(DIAGNOSTIC_H) \
|
||||
$(FUNCTION_H) $(TM_H) coretypes.h \
|
||||
$(TREE_PASS_H) $(BASIC_BLOCK_H) $(BITMAP_H) \
|
||||
$(FLAGS_H) $(HASHTAB_H) pointer-set.h \
|
||||
$(GIMPLE_H) $(TREE_INLINE_H) $(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-ssa.o : tree-ssa.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
tree-ssa.o : tree-ssa.c $(TREE_SSA_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(HASH_TABLE_H) $(TREE_H) $(TM_P_H) $(EXPR_H) $(DIAGNOSTIC_H) \
|
||||
toplev.h $(FUNCTION_H) $(TM_H) coretypes.h \
|
||||
langhooks.h $(TREE_PASS_H) $(BASIC_BLOCK_H) $(BITMAP_H) \
|
||||
$(FLAGS_H) $(GGC_H) $(HASHTAB_H) pointer-set.h \
|
||||
$(GIMPLE_H) $(TREE_INLINE_H) $(TARGET_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H) $(CFGLOOP_H)
|
||||
tree-into-ssa.o : tree-into-ssa.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
tree-into-ssa.o : tree-into-ssa.c $(TREE_SSA_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(TREE_H) $(TM_P_H) $(DIAGNOSTIC_CORE_H) \
|
||||
$(FUNCTION_H) $(TM_H) coretypes.h \
|
||||
langhooks.h domwalk.h $(TREE_PASS_H) $(PARAMS_H) $(BASIC_BLOCK_H) \
|
||||
$(BITMAP_H) $(CFGLOOP_H) $(FLAGS_H) $(HASH_TABLE_H) \
|
||||
$(GIMPLE_H) $(TREE_INLINE_H) $(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-ssa-ter.o : tree-ssa-ter.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
tree-ssa-ter.o : tree-ssa-ter.c $(TREE_SSA_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(TREE_H) $(DIAGNOSTIC_H) $(TM_H) coretypes.h $(DUMPFILE_H) \
|
||||
$(TREE_SSA_LIVE_H) $(BITMAP_H) $(FLAGS_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-ssa-coalesce.o : tree-ssa-coalesce.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-coalesce.o : tree-ssa-coalesce.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(TREE_H) $(DIAGNOSTIC_H) $(TM_H) coretypes.h $(DUMPFILE_H) \
|
||||
$(TREE_SSA_LIVE_H) $(BITMAP_H) $(FLAGS_H) $(HASH_TABLE_H) \
|
||||
$(TREE_PRETTY_PRINT_H)
|
||||
tree-outof-ssa.o : tree-outof-ssa.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
tree-outof-ssa.o : tree-outof-ssa.c $(TREE_SSA_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(TREE_H) $(DIAGNOSTIC_H) $(TM_H) coretypes.h $(DUMPFILE_H) \
|
||||
$(TREE_SSA_LIVE_H) $(BASIC_BLOCK_H) $(BITMAP_H) $(GGC_H) \
|
||||
$(EXPR_H) $(SSAEXPAND_H) $(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-ssa-dse.o : tree-ssa-dse.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TM_H) $(GGC_H) $(TREE_H) $(TM_P_H) $(BASIC_BLOCK_H) \
|
||||
$(TREE_FLOW_H) $(TREE_PASS_H) domwalk.h $(FLAGS_H) \
|
||||
$(TREE_SSA_H) $(TREE_PASS_H) domwalk.h $(FLAGS_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H) langhooks.h
|
||||
tree-ssa-forwprop.o : tree-ssa-forwprop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TM_H) $(TREE_H) $(TM_P_H) $(BASIC_BLOCK_H) $(CFGLOOP_H) \
|
||||
$(TREE_FLOW_H) $(TREE_PASS_H) $(DIAGNOSTIC_H) \
|
||||
$(TREE_SSA_H) $(TREE_PASS_H) $(DIAGNOSTIC_H) \
|
||||
langhooks.h $(FLAGS_H) $(GIMPLE_H) $(GIMPLE_PRETTY_PRINT_H) $(EXPR_H) \
|
||||
$(OPTABS_H) tree-ssa-propagate.h
|
||||
tree-ssa-phiprop.o : tree-ssa-phiprop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TM_H) $(TREE_H) $(TM_P_H) $(BASIC_BLOCK_H) \
|
||||
$(TREE_FLOW_H) $(TREE_PASS_H) $(DIAGNOSTIC_H) \
|
||||
$(TREE_SSA_H) $(TREE_PASS_H) $(DIAGNOSTIC_H) \
|
||||
langhooks.h $(FLAGS_H) $(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-ssa-ifcombine.o : tree-ssa-ifcombine.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(TM_H) $(TREE_H) $(BASIC_BLOCK_H) \
|
||||
$(TREE_FLOW_H) $(TREE_PASS_H) $(DIAGNOSTIC_H) \
|
||||
$(TREE_SSA_H) $(TREE_PASS_H) $(DIAGNOSTIC_H) \
|
||||
$(TREE_PRETTY_PRINT_H)
|
||||
tree-ssa-phiopt.o : tree-ssa-phiopt.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(HASH_TABLE_H) $(TM_H) $(GGC_H) $(TREE_H) $(TM_P_H) $(BASIC_BLOCK_H) \
|
||||
$(TREE_FLOW_H) $(TREE_PASS_H) langhooks.h $(FLAGS_H) \
|
||||
$(TREE_SSA_H) $(TREE_PASS_H) langhooks.h $(FLAGS_H) \
|
||||
$(DIAGNOSTIC_H) pointer-set.h domwalk.h $(CFGLOOP_H) \
|
||||
$(TREE_DATA_REF_H) $(TREE_PRETTY_PRINT_H) $(GIMPLE_PRETTY_PRINT_H) \
|
||||
insn-config.h $(EXPR_H) $(OPTABS_H) $(SCEV_H)
|
||||
tree-nrv.o : tree-nrv.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TM_H) $(TREE_H) $(FUNCTION_H) $(BASIC_BLOCK_H) $(FLAGS_H) \
|
||||
$(DIAGNOSTIC_H) $(TREE_FLOW_H) $(TREE_PASS_H) \
|
||||
$(DIAGNOSTIC_H) $(TREE_SSA_H) $(TREE_PASS_H) \
|
||||
langhooks.h $(TREE_PRETTY_PRINT_H)
|
||||
tree-ssa-copy.o : tree-ssa-copy.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
tree-ssa-copy.o : tree-ssa-copy.c $(TREE_SSA_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(TREE_H) $(TM_P_H) $(GGC_H) $(DIAGNOSTIC_H) \
|
||||
$(FUNCTION_H) $(TM_H) coretypes.h $(SCEV_H) \
|
||||
$(BASIC_BLOCK_H) $(TREE_PASS_H) langhooks.h tree-ssa-propagate.h \
|
||||
$(FLAGS_H) $(CFGLOOP_H) $(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-ssa-propagate.o : tree-ssa-propagate.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-propagate.o : tree-ssa-propagate.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(TREE_H) $(TM_P_H) \
|
||||
$(DIAGNOSTIC_H) $(FUNCTION_H) $(TM_H) coretypes.h $(DUMPFILE_H) \
|
||||
$(BASIC_BLOCK_H) langhooks.h \
|
||||
tree-ssa-propagate.h $(VEC_H) value-prof.h gt-tree-ssa-propagate.h $(FLAGS_H) \
|
||||
$(GIMPLE_H) $(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-ssa-dom.o : tree-ssa-dom.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
tree-ssa-dom.o : tree-ssa-dom.c $(TREE_SSA_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(HASH_TABLE_H) $(TREE_H) $(TM_P_H) $(DIAGNOSTIC_H) \
|
||||
$(FUNCTION_H) $(TM_H) coretypes.h \
|
||||
$(BASIC_BLOCK_H) domwalk.h $(TREE_PASS_H) $(FLAGS_H) langhooks.h \
|
||||
tree-ssa-propagate.h $(CFGLOOP_H) $(PARAMS_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-ssa-uncprop.o : tree-ssa-uncprop.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-uncprop.o : tree-ssa-uncprop.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(HASH_TABLE_H) $(TREE_H) $(TM_P_H) \
|
||||
$(DIAGNOSTIC_H) $(FUNCTION_H) $(TM_H) coretypes.h \
|
||||
$(BASIC_BLOCK_H) domwalk.h $(TREE_PASS_H) $(FLAGS_H) \
|
||||
tree-ssa-propagate.h
|
||||
tree-ssa-threadedge.o : tree-ssa-threadedge.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-threadedge.o : tree-ssa-threadedge.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) coretypes.h $(DUMPFILE_H) $(TM_H) $(TREE_H) $(FLAGS_H) \
|
||||
$(TM_P_H) $(BASIC_BLOCK_H) $(CFGLOOP_H) \
|
||||
$(FUNCTION_H) $(DIAGNOSTIC_H) $(TIMEVAR_H) $(TREE_FLOW_H) \
|
||||
$(FUNCTION_H) $(DIAGNOSTIC_H) $(TIMEVAR_H) $(TREE_SSA_H) \
|
||||
tree-ssa-propagate.h langhooks.h \
|
||||
$(PARAMS_H)
|
||||
tree-ssa-threadupdate.o : tree-ssa-threadupdate.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-threadupdate.o : tree-ssa-threadupdate.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(TREE_H) $(TM_P_H) $(HASH_TABLE_H) \
|
||||
$(DIAGNOSTIC_H) $(FUNCTION_H) $(TM_H) coretypes.h $(DUMPFILE_H) \
|
||||
$(BASIC_BLOCK_H) $(FLAGS_H) $(CFGLOOP_H)
|
||||
tree-ssanames.o : tree-ssanames.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TM_H) $(TREE_H) $(TREE_FLOW_H) $(TREE_PASS_H)
|
||||
$(TM_H) $(TREE_H) $(TREE_SSA_H) $(TREE_PASS_H)
|
||||
tree-phinodes.o : tree-phinodes.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TM_H) $(TREE_H) $(GGC_H) $(BASIC_BLOCK_H) $(TREE_FLOW_H) \
|
||||
$(TM_H) $(TREE_H) $(GGC_H) $(BASIC_BLOCK_H) $(TREE_SSA_H) \
|
||||
gt-tree-phinodes.h $(DIAGNOSTIC_CORE_H) $(GIMPLE_H)
|
||||
domwalk.o : domwalk.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
||||
$(BASIC_BLOCK_H) domwalk.h sbitmap.h
|
||||
tree-ssa-live.o : tree-ssa-live.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
tree-ssa-live.o : tree-ssa-live.c $(TREE_SSA_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(TREE_H) $(DIAGNOSTIC_H) $(TM_H) coretypes.h $(DUMPFILE_H) $(TIMEVAR_H) \
|
||||
$(TREE_SSA_LIVE_H) $(BITMAP_H) debug.h $(FLAGS_H) $(HASH_TABLE_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H) $(GIMPLE_H)
|
||||
tree-ssa-copyrename.o : tree-ssa-copyrename.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-copyrename.o : tree-ssa-copyrename.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(TREE_H) $(DIAGNOSTIC_H) $(FUNCTION_H) \
|
||||
$(TREE_PASS_H) $(TM_H) coretypes.h $(TREE_SSA_LIVE_H) \
|
||||
$(BASIC_BLOCK_H) $(BITMAP_H) $(FLAGS_H) $(HASHTAB_H) langhooks.h \
|
||||
$(GIMPLE_H) $(TREE_INLINE_H) $(GIMPLE_H)
|
||||
tree-ssa-pre.o : tree-ssa-pre.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-pre.o : tree-ssa-pre.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(TREE_H) $(DIAGNOSTIC_H) \
|
||||
$(TM_H) coretypes.h $(TREE_PASS_H) $(FLAGS_H) langhooks.h \
|
||||
$(CFGLOOP_H) alloc-pool.h $(BASIC_BLOCK_H) $(BITMAP_H) $(HASH_TABLE_H) \
|
||||
$(GIMPLE_H) $(TREE_INLINE_H) tree-iterator.h tree-ssa-sccvn.h $(PARAMS_H) \
|
||||
$(DBGCNT_H) tree-scalar-evolution.h $(GIMPLE_PRETTY_PRINT_H) domwalk.h \
|
||||
$(IPA_PROP_H)
|
||||
tree-ssa-sccvn.o : tree-ssa-sccvn.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-sccvn.o : tree-ssa-sccvn.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(TREE_H) $(DIAGNOSTIC_H) \
|
||||
$(TM_H) coretypes.h $(DUMPFILE_H) $(FLAGS_H) $(CFGLOOP_H) \
|
||||
alloc-pool.h $(BASIC_BLOCK_H) $(BITMAP_H) $(HASH_TABLE_H) $(GIMPLE_H) \
|
||||
|
@ -2409,31 +2410,31 @@ tree-ssa-sccvn.o : tree-ssa-sccvn.c $(TREE_FLOW_H) $(CONFIG_H) \
|
|||
gimple-ssa-strength-reduction.o : gimple-ssa-strength-reduction.c $(CONFIG_H) \
|
||||
$(SYSTEM_H) coretypes.h $(TREE_H) $(GIMPLE_H) $(BASIC_BLOCK_H) \
|
||||
$(HASH_TABLE_H) $(TREE_PASS_H) $(CFGLOOP_H) $(TREE_PRETTY_PRINT_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H) alloc-pool.h $(TREE_FLOW_H) domwalk.h \
|
||||
$(GIMPLE_PRETTY_PRINT_H) alloc-pool.h $(TREE_SSA_H) domwalk.h \
|
||||
pointer-set.h expmed.h
|
||||
tree-vrp.o : tree-vrp.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \
|
||||
$(TREE_FLOW_H) $(TREE_PASS_H) $(DIAGNOSTIC_CORE_H) $(GGC_H) \
|
||||
$(TREE_SSA_H) $(TREE_PASS_H) $(DIAGNOSTIC_CORE_H) $(GGC_H) \
|
||||
$(BASIC_BLOCK_H) tree-ssa-propagate.h $(FLAGS_H) $(TREE_DUMP_H) \
|
||||
$(CFGLOOP_H) $(SCEV_H) intl.h \
|
||||
$(GIMPLE_PRETTY_PRINT_H) gimple-fold.h $(OPTABS_H) $(EXPR_H)
|
||||
tree-cfg.o : tree-cfg.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) $(HASH_TABLE_H) \
|
||||
tree-cfg.o : tree-cfg.c $(TREE_SSA_H) $(CONFIG_H) $(SYSTEM_H) $(HASH_TABLE_H) \
|
||||
$(TREE_H) $(TM_P_H) $(GGC_H) $(FLAGS_H) $(TARGET_H) \
|
||||
$(DIAGNOSTIC_CORE_H) $(FUNCTION_H) $(TM_H) coretypes.h \
|
||||
$(TREE_DUMP_H) $(EXCEPT_H) $(CFGLOOP_H) $(TREE_PASS_H) \
|
||||
$(BASIC_BLOCK_H) \
|
||||
value-prof.h tree-ssa-propagate.h $(TREE_INLINE_H) $(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-cfgcleanup.o : tree-cfgcleanup.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
tree-cfgcleanup.o : tree-cfgcleanup.c $(TREE_SSA_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(TREE_H) $(TM_P_H) $(GGC_H) $(FLAGS_H) \
|
||||
$(DIAGNOSTIC_CORE_H) $(FUNCTION_H) $(TM_H) coretypes.h \
|
||||
$(EXCEPT_H) langhooks.h $(CFGLOOP_H) $(TREE_PASS_H) \
|
||||
$(BASIC_BLOCK_H) $(HASHTAB_H) \
|
||||
tree-ssa-propagate.h $(SCEV_H)
|
||||
tree-tailcall.o : tree-tailcall.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
tree-tailcall.o : tree-tailcall.c $(TREE_SSA_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(TREE_H) $(TM_P_H) $(FUNCTION_H) $(TM_H) coretypes.h \
|
||||
$(EXCEPT_H) $(TREE_PASS_H) $(FLAGS_H) langhooks.h \
|
||||
$(BASIC_BLOCK_H) $(DBGCNT_H) $(GIMPLE_PRETTY_PRINT_H) $(TARGET_H) \
|
||||
$(COMMON_TARGET_H) $(CFGLOOP_H) ipa-utils.h
|
||||
tree-ssa-sink.o : tree-ssa-sink.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-sink.o : tree-ssa-sink.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(TREE_H) $(DIAGNOSTIC_H) \
|
||||
$(TM_H) coretypes.h $(TREE_PASS_H) $(FLAGS_H) alloc-pool.h \
|
||||
$(BASIC_BLOCK_H) $(BITMAP_H) $(CFGLOOP_H) $(HASHTAB_H) \
|
||||
|
@ -2442,58 +2443,58 @@ tree-ssa-sink.o : tree-ssa-sink.c $(TREE_FLOW_H) $(CONFIG_H) \
|
|||
tree-nested.o: tree-nested.c $(CONFIG_H) $(SYSTEM_H) $(TM_H) $(TREE_H) \
|
||||
$(TM_P_H) $(FUNCTION_H) $(TREE_DUMP_H) $(TREE_INLINE_H) \
|
||||
tree-iterator.h $(GIMPLE_H) $(CGRAPH_H) $(EXPR_H) langhooks.h \
|
||||
gt-tree-nested.h coretypes.h $(TREE_FLOW_H) pointer-set.h
|
||||
gt-tree-nested.h coretypes.h $(TREE_SSA_H) pointer-set.h
|
||||
tree-if-conv.o: tree-if-conv.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
||||
$(TREE_H) $(FLAGS_H) $(BASIC_BLOCK_H) $(TREE_FLOW_H) \
|
||||
$(TREE_H) $(FLAGS_H) $(BASIC_BLOCK_H) $(TREE_SSA_H) \
|
||||
$(CFGLOOP_H) $(TREE_DATA_REF_H) $(TREE_PASS_H) $(DIAGNOSTIC_H) \
|
||||
$(DBGCNT_H) $(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-iterator.o : tree-iterator.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) \
|
||||
coretypes.h $(GGC_H) tree-iterator.h $(GIMPLE_H) gt-tree-iterator.h
|
||||
tree-dfa.o : tree-dfa.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
tree-dfa.o : tree-dfa.c $(TREE_SSA_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(TREE_H) $(TM_P_H) $(GGC_H) $(DIAGNOSTIC_H) \
|
||||
$(TREE_INLINE_H) $(HASHTAB_H) pointer-set.h $(FLAGS_H) $(FUNCTION_H) \
|
||||
convert.h $(TM_H) coretypes.h langhooks.h \
|
||||
$(TREE_PASS_H) $(PARAMS_H) $(CGRAPH_H) $(BASIC_BLOCK_H) $(GIMPLE_H) \
|
||||
$(TREE_PRETTY_PRINT_H)
|
||||
tree-ssa-operands.o : tree-ssa-operands.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-operands.o : tree-ssa-operands.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(TREE_H) $(GGC_H) $(DIAGNOSTIC_H) $(TREE_INLINE_H) \
|
||||
$(FLAGS_H) $(FUNCTION_H) $(TM_H) $(TIMEVAR_H) coretypes.h $(DUMPFILE_H) \
|
||||
langhooks.h $(IPA_REFERENCE_H) $(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-eh.o : tree-eh.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
tree-eh.o : tree-eh.c $(TREE_SSA_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(TREE_H) $(TM_H) $(FLAGS_H) $(FUNCTION_H) $(EXCEPT_H) langhooks.h \
|
||||
$(HASH_TABLE_H) $(GGC_H) $(TREE_PASS_H) coretypes.h pointer-set.h \
|
||||
$(TREE_INLINE_H) tree-iterator.h toplev.h \
|
||||
$(DIAGNOSTIC_CORE_H) $(TARGET_H) $(CFGLOOP_H)
|
||||
tree-ssa-loop.o : tree-ssa-loop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
||||
$(TREE_H) $(TM_P_H) $(BASIC_BLOCK_H) \
|
||||
$(DIAGNOSTIC_H) $(TREE_FLOW_H) $(TREE_PASS_H) \
|
||||
$(DIAGNOSTIC_H) $(TREE_SSA_H) $(TREE_PASS_H) \
|
||||
$(CFGLOOP_H) $(FLAGS_H) $(TREE_INLINE_H) $(SCEV_H) $(DIAGNOSTIC_CORE_H) $(TREE_VECTORIZER_H)
|
||||
tree-ssa-loop-unswitch.o : tree-ssa-loop-unswitch.c $(TREE_FLOW_H) \
|
||||
tree-ssa-loop-unswitch.o : tree-ssa-loop-unswitch.c $(TREE_SSA_H) \
|
||||
$(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(TM_P_H) $(CFGLOOP_H) \
|
||||
$(PARAMS_H) $(DIAGNOSTIC_H) $(TM_H) \
|
||||
coretypes.h $(TREE_PASS_H) $(BASIC_BLOCK_H) \
|
||||
$(TREE_INLINE_H)
|
||||
tree-ssa-address.o : tree-ssa-address.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-address.o : tree-ssa-address.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(RTL_H) $(TREE_H) $(TM_P_H) \
|
||||
$(DIAGNOSTIC_H) $(TM_H) coretypes.h $(DUMPFILE_H) \
|
||||
$(FLAGS_H) $(TREE_INLINE_H) $(RECOG_H) insn-config.h \
|
||||
$(EXPR_H) gt-tree-ssa-address.h $(GGC_H) tree-affine.h $(TARGET_H) \
|
||||
$(TREE_PRETTY_PRINT_H) expmed.h
|
||||
tree-ssa-loop-niter.o : tree-ssa-loop-niter.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-loop-niter.o : tree-ssa-loop-niter.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(TREE_H) $(TM_P_H) $(CFGLOOP_H) $(PARAMS_H) \
|
||||
$(TREE_INLINE_H) $(DIAGNOSTIC_H) $(TM_H) coretypes.h $(DUMPFILE_H) \
|
||||
$(DIAGNOSTIC_CORE_H) $(FLAGS_H) $(TREE_DATA_REF_H) \
|
||||
$(BASIC_BLOCK_H) $(GGC_H) intl.h $(GIMPLE_PRETTY_PRINT_H) $(TREE_PASS_H)
|
||||
tree-ssa-loop-ivcanon.o : tree-ssa-loop-ivcanon.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-loop-ivcanon.o : tree-ssa-loop-ivcanon.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(TREE_H) $(TM_P_H) $(CFGLOOP_H) $(PARAMS_H) \
|
||||
$(TREE_INLINE_H) $(DIAGNOSTIC_H) $(TM_H) coretypes.h \
|
||||
$(FLAGS_H) $(TREE_PASS_H) $(SCEV_H) $(BASIC_BLOCK_H) $(TARGET_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-ssa-loop-ch.o : tree-ssa-loop-ch.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-loop-ch.o : tree-ssa-loop-ch.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(RTL_H) $(TREE_H) $(TM_P_H) $(CFGLOOP_H) $(TREE_INLINE_H) \
|
||||
$(DIAGNOSTIC_H) $(TM_H) coretypes.h \
|
||||
$(TREE_PASS_H) $(FLAGS_H) $(BASIC_BLOCK_H)
|
||||
tree-ssa-loop-prefetch.o: tree-ssa-loop-prefetch.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-loop-prefetch.o: tree-ssa-loop-prefetch.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(TREE_H) $(TM_P_H) $(CFGLOOP_H) $(EXPR_H) \
|
||||
$(DIAGNOSTIC_H) $(TM_H) coretypes.h \
|
||||
$(TREE_PASS_H) $(RECOG_H) insn-config.h $(HASHTAB_H) \
|
||||
|
@ -2501,10 +2502,10 @@ tree-ssa-loop-prefetch.o: tree-ssa-loop-prefetch.c $(TREE_FLOW_H) $(CONFIG_H) \
|
|||
$(DIAGNOSTIC_CORE_H) langhooks.h $(TREE_INLINE_H) $(TREE_DATA_REF_H) \
|
||||
$(OPTABS_H) $(TREE_PRETTY_PRINT_H)
|
||||
tree-predcom.o: tree-predcom.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(TM_P_H) \
|
||||
$(CFGLOOP_H) $(TREE_FLOW_H) $(GGC_H) $(TREE_DATA_REF_H) \
|
||||
$(CFGLOOP_H) $(TREE_SSA_H) $(GGC_H) $(TREE_DATA_REF_H) \
|
||||
$(PARAMS_H) $(DIAGNOSTIC_H) $(TREE_PASS_H) $(TM_H) coretypes.h \
|
||||
tree-affine.h $(TREE_INLINE_H) $(TREE_PRETTY_PRINT_H)
|
||||
tree-ssa-loop-ivopts.o : tree-ssa-loop-ivopts.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-loop-ivopts.o : tree-ssa-loop-ivopts.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(TREE_H) $(TM_P_H) $(CFGLOOP_H) $(EXPR_H) \
|
||||
$(DIAGNOSTIC_H) $(TM_H) coretypes.h \
|
||||
$(TREE_PASS_H) $(GGC_H) $(RECOG_H) insn-config.h $(HASH_TABLE_H) $(SCEV_H) \
|
||||
|
@ -2515,21 +2516,21 @@ tree-affine.o : tree-affine.c tree-affine.h $(CONFIG_H) pointer-set.h \
|
|||
$(SYSTEM_H) $(TREE_H) $(GIMPLE_H) \
|
||||
coretypes.h $(DUMPFILE_H) $(FLAGS_H) \
|
||||
$(TREE_PRETTY_PRINT_H)
|
||||
tree-ssa-loop-manip.o : tree-ssa-loop-manip.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-loop-manip.o : tree-ssa-loop-manip.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) coretypes.h $(DUMPFILE_H) $(TM_H) $(TREE_H) \
|
||||
$(BASIC_BLOCK_H) $(DIAGNOSTIC_H) $(TREE_FLOW_H) \
|
||||
$(BASIC_BLOCK_H) $(DIAGNOSTIC_H) $(TREE_SSA_H) \
|
||||
$(CFGLOOP_H) $(TREE_PASS_H) \
|
||||
$(SCEV_H) $(PARAMS_H) $(TREE_INLINE_H) langhooks.h
|
||||
tree-ssa-loop-im.o : tree-ssa-loop-im.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-loop-im.o : tree-ssa-loop-im.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(HASH_TABLE_H) $(TREE_H) $(TM_P_H) $(CFGLOOP_H) domwalk.h \
|
||||
$(PARAMS_H) $(DIAGNOSTIC_H) $(TM_H) coretypes.h \
|
||||
$(TREE_PASS_H) $(FLAGS_H) $(BASIC_BLOCK_H) \
|
||||
pointer-set.h tree-affine.h tree-ssa-propagate.h $(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-ssa-math-opts.o : tree-ssa-math-opts.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TM_H) $(FLAGS_H) $(TREE_H) $(TREE_FLOW_H) \
|
||||
$(TM_H) $(FLAGS_H) $(TREE_H) $(TREE_SSA_H) \
|
||||
$(TREE_PASS_H) alloc-pool.h $(BASIC_BLOCK_H) $(TARGET_H) \
|
||||
$(DIAGNOSTIC_H) $(RTL_H) $(EXPR_H) $(OPTABS_H) $(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-ssa-alias.o : tree-ssa-alias.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
tree-ssa-alias.o : tree-ssa-alias.c $(TREE_SSA_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(TREE_H) $(TM_P_H) $(GGC_H) $(TREE_INLINE_H) $(FLAGS_H) \
|
||||
$(FUNCTION_H) $(TIMEVAR_H) convert.h $(TM_H) coretypes.h $(DUMPFILE_H) \
|
||||
langhooks.h \
|
||||
|
@ -2537,13 +2538,13 @@ tree-ssa-alias.o : tree-ssa-alias.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
|
|||
$(GIMPLE_H) $(VEC_H) $(TARGET_H) \
|
||||
pointer-set.h alloc-pool.h \
|
||||
$(TREE_PRETTY_PRINT_H)
|
||||
tree-ssa-reassoc.o : tree-ssa-reassoc.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-reassoc.o : tree-ssa-reassoc.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(HASH_TABLE_H) $(TREE_H) $(DIAGNOSTIC_H) \
|
||||
$(TM_H) coretypes.h $(TREE_PASS_H) $(FLAGS_H) \
|
||||
tree-iterator.h $(BASIC_BLOCK_H) $(GIMPLE_H) $(TREE_INLINE_H) \
|
||||
$(VEC_H) langhooks.h alloc-pool.h pointer-set.h $(CFGLOOP_H) \
|
||||
$(TARGET_H) $(GIMPLE_PRETTY_PRINT_H) $(DIAGNOSTIC_CORE_H) $(PARAMS_H)
|
||||
tree-optimize.o : tree-optimize.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
tree-optimize.o : tree-optimize.c $(TREE_SSA_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(TREE_H) $(TM_P_H) $(GGC_H) \
|
||||
$(DIAGNOSTIC_H) $(BASIC_BLOCK_H) $(FLAGS_H) $(TM_H) \
|
||||
coretypes.h toplev.h $(DIAGNOSTIC_CORE_H) $(FUNCTION_H) langhooks.h \
|
||||
|
@ -2553,24 +2554,24 @@ tree-optimize.o : tree-optimize.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
|
|||
|
||||
gimplify.o : gimplify.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(GIMPLE_H) \
|
||||
$(DIAGNOSTIC_H) $(TREE_INLINE_H) langhooks.h \
|
||||
$(LANGHOOKS_DEF_H) $(TREE_FLOW_H) $(CGRAPH_H) $(TIMEVAR_H) $(TM_H) \
|
||||
$(LANGHOOKS_DEF_H) $(TREE_SSA_H) $(CGRAPH_H) $(TIMEVAR_H) $(TM_H) \
|
||||
coretypes.h $(EXCEPT_H) $(FLAGS_H) $(RTL_H) $(FUNCTION_H) $(EXPR_H) \
|
||||
$(GGC_H) gt-gimplify.h $(HASHTAB_H) $(TARGET_H) $(DIAGNOSTIC_CORE_H) $(OPTABS_H) \
|
||||
$(SPLAY_TREE_H) $(VEC_H) tree-iterator.h $(TREE_PASS_H) $(TREE_PRETTY_PRINT_H)
|
||||
gimple-iterator.o : gimple-iterator.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TREE_H) $(GIMPLE_H) $(TREE_FLOW_H) value-prof.h
|
||||
gimple-fold.o : gimple-fold.c $(TREE_FLOW_H) $(CONFIG_H) coretypes.h \
|
||||
$(TREE_H) $(GIMPLE_H) $(TREE_SSA_H) value-prof.h
|
||||
gimple-fold.o : gimple-fold.c $(TREE_SSA_H) $(CONFIG_H) coretypes.h \
|
||||
$(DUMPFILE_H) $(SYSTEM_H) $(RTL_H) $(TREE_H) $(TM_P_H) $(GGC_H) \
|
||||
$(FUNCTION_H) $(TM_H) $(BASIC_BLOCK_H) langhooks.h \
|
||||
tree-ssa-propagate.h $(FLAGS_H) $(TARGET_H) gimple-fold.h
|
||||
gimple-low.o : gimple-low.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) \
|
||||
$(DIAGNOSTIC_CORE_H) $(GIMPLE_H) $(TREE_INLINE_H) langhooks.h \
|
||||
$(LANGHOOKS_DEF_H) $(TREE_FLOW_H) $(TM_H) coretypes.h \
|
||||
$(LANGHOOKS_DEF_H) $(TREE_SSA_H) $(TM_H) coretypes.h \
|
||||
$(EXCEPT_H) $(FLAGS_H) $(RTL_H) $(FUNCTION_H) $(TREE_PASS_H) \
|
||||
$(HASHTAB_H) $(DIAGNOSTIC_CORE_H) tree-iterator.h langhooks.h
|
||||
omp-low.o : omp-low.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \
|
||||
$(RTL_H) $(GIMPLE_H) $(TREE_INLINE_H) langhooks.h $(DIAGNOSTIC_CORE_H) \
|
||||
$(TREE_FLOW_H) $(FLAGS_H) $(EXPR_H) $(DIAGNOSTIC_CORE_H) \
|
||||
$(TREE_SSA_H) $(FLAGS_H) $(EXPR_H) $(DIAGNOSTIC_CORE_H) \
|
||||
$(TREE_PASS_H) $(GGC_H) $(EXCEPT_H) $(SPLAY_TREE_H) $(OPTABS_H) \
|
||||
$(CFGLOOP_H) tree-iterator.h $(TARGET_H) gt-omp-low.h
|
||||
tree-browser.o : tree-browser.c tree-browser.def $(CONFIG_H) $(SYSTEM_H) \
|
||||
|
@ -2578,108 +2579,108 @@ tree-browser.o : tree-browser.c tree-browser.def $(CONFIG_H) $(SYSTEM_H) \
|
|||
omega.o : omega.c $(OMEGA_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(DUMPFILE_H) \
|
||||
$(TREE_H) $(DIAGNOSTIC_CORE_H)
|
||||
tree-chrec.o : tree-chrec.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(DUMPFILE_H) \
|
||||
$(TREE_PRETTY_PRINT_H) $(CFGLOOP_H) $(TREE_FLOW_H) $(SCEV_H) \
|
||||
$(TREE_PRETTY_PRINT_H) $(CFGLOOP_H) $(TREE_SSA_H) $(SCEV_H) \
|
||||
$(PARAMS_H)
|
||||
tree-scalar-evolution.o : tree-scalar-evolution.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(DUMPFILE_H) $(HASH_TABLE_H) $(GIMPLE_PRETTY_PRINT_H) \
|
||||
$(TREE_FLOW_H) $(CFGLOOP_H) $(SCEV_H) $(PARAMS_H) gt-tree-scalar-evolution.h
|
||||
$(TREE_SSA_H) $(CFGLOOP_H) $(SCEV_H) $(PARAMS_H) gt-tree-scalar-evolution.h
|
||||
tree-data-ref.o : tree-data-ref.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(DUMPFILE_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H) $(TREE_FLOW_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H) $(TREE_SSA_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
|
||||
langhooks.h tree-affine.h $(PARAMS_H)
|
||||
sese.o : sese.c sese.h $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TREE_PRETTY_PRINT_H) \
|
||||
$(TREE_FLOW_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) $(TREE_PASS_H) value-prof.h
|
||||
$(TREE_SSA_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) $(TREE_PASS_H) value-prof.h
|
||||
graphite.o : graphite.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(DIAGNOSTIC_CORE_H) \
|
||||
$(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) sese.h \
|
||||
$(TREE_SSA_H) $(TREE_DUMP_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) sese.h \
|
||||
$(DBGCNT_H) $(GRAPHITE_HTAB_H) graphite-poly.h graphite-scop-detection.h \
|
||||
graphite-clast-to-gimple.h graphite-sese-to-poly.h
|
||||
graphite-blocking.o : graphite-blocking.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(DUMPFILE_H) $(TREE_FLOW_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
|
||||
coretypes.h $(DUMPFILE_H) $(TREE_SSA_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
|
||||
sese.h graphite-poly.h
|
||||
graphite-clast-to-gimple.o : graphite-clast-to-gimple.c $(CONFIG_H) \
|
||||
$(SYSTEM_H) coretypes.h $(DIAGNOSTIC_CORE_H) $(TREE_FLOW_H) $(TREE_PASS_H) \
|
||||
$(SYSTEM_H) coretypes.h $(DIAGNOSTIC_CORE_H) $(TREE_SSA_H) $(TREE_PASS_H) \
|
||||
$(CFGLOOP_H) $(TREE_DATA_REF_H) sese.h $(GRAPHITE_HTAB_H) \
|
||||
graphite-poly.h graphite-clast-to-gimple.h
|
||||
graphite-dependences.o : graphite-dependences.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(TREE_FLOW_H) $(TREE_PASS_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
|
||||
coretypes.h $(TREE_SSA_H) $(TREE_PASS_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
|
||||
sese.h $(GRAPHITE_HTAB_H) graphite-poly.h
|
||||
graphite-interchange.o : graphite-interchange.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(DUMPFILE_H) $(TREE_FLOW_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
|
||||
coretypes.h $(DUMPFILE_H) $(TREE_SSA_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
|
||||
sese.h graphite-poly.h
|
||||
graphite-poly.o : graphite-poly.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(DUMPFILE_H) $(DIAGNOSTIC_CORE_H) $(TREE_FLOW_H) $(GIMPLE_PRETTY_PRINT_H) \
|
||||
$(DUMPFILE_H) $(DIAGNOSTIC_CORE_H) $(TREE_SSA_H) $(GIMPLE_PRETTY_PRINT_H) \
|
||||
$(CFGLOOP_H) $(TREE_DATA_REF_H) sese.h graphite-poly.h
|
||||
graphite-scop-detection.o : graphite-scop-detection.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(TREE_FLOW_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) $(TREE_PASS_H) \
|
||||
coretypes.h $(TREE_SSA_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) $(TREE_PASS_H) \
|
||||
sese.h graphite-poly.h graphite-scop-detection.h
|
||||
graphite-sese-to-poly.o : graphite-sese-to-poly.c $(CONFIG_H) \
|
||||
$(SYSTEM_H) coretypes.h $(TREE_FLOW_H) $(TREE_PASS_H) $(CFGLOOP_H) \
|
||||
$(SYSTEM_H) coretypes.h $(TREE_SSA_H) $(TREE_PASS_H) $(CFGLOOP_H) \
|
||||
$(TREE_DATA_REF_H) domwalk.h sese.h graphite-poly.h \
|
||||
graphite-sese-to-poly.h
|
||||
graphite-optimize-isl.o : graphite-optimize-isl.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(DUMPFILE_H) $(TREE_FLOW_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
|
||||
coretypes.h $(DUMPFILE_H) $(TREE_SSA_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
|
||||
$(SCEV_H) sese.h graphite-poly.h
|
||||
tree-vect-loop.o: tree-vect-loop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TM_H) $(GGC_H) $(TREE_H) $(BASIC_BLOCK_H) $(TREE_FLOW_H) $(DUMPFILE_H) \
|
||||
$(TM_H) $(GGC_H) $(TREE_H) $(BASIC_BLOCK_H) $(TREE_SSA_H) $(DUMPFILE_H) \
|
||||
$(CFGLOOP_H) $(EXPR_H) $(RECOG_H) $(OPTABS_H) \
|
||||
$(DIAGNOSTIC_CORE_H) $(SCEV_H) $(TREE_VECTORIZER_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H) $(TARGET_H) $(TREE_DATA_REF_H)
|
||||
tree-vect-loop-manip.o: tree-vect-loop-manip.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(DUMPFILE_H) $(TM_H) $(GGC_H) $(TREE_H) $(BASIC_BLOCK_H) \
|
||||
$(TREE_FLOW_H) $(CFGLOOP_H) $(DIAGNOSTIC_CORE_H) \
|
||||
$(TREE_SSA_H) $(CFGLOOP_H) $(DIAGNOSTIC_CORE_H) \
|
||||
$(SCEV_H) $(TREE_VECTORIZER_H) langhooks.h $(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-vect-patterns.o: tree-vect-patterns.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(DUMPFILE_H) \
|
||||
$(TM_H) $(GGC_H) $(TREE_H) $(TARGET_H) $(BASIC_BLOCK_H) \
|
||||
$(TREE_FLOW_H) $(CFGLOOP_H) $(EXPR_H) $(OPTABS_H) $(PARAMS_H) \
|
||||
$(TREE_SSA_H) $(CFGLOOP_H) $(EXPR_H) $(OPTABS_H) $(PARAMS_H) \
|
||||
$(TREE_DATA_REF_H) $(TREE_VECTORIZER_H) $(RECOG_H) $(DIAGNOSTIC_CORE_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-vect-slp.o: tree-vect-slp.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(DUMPFILE_H) $(TM_H) $(GGC_H) $(TREE_H) $(TARGET_H) $(BASIC_BLOCK_H) \
|
||||
$(DIAGNOSTIC_H) $(TREE_FLOW_H) $(CFGLOOP_H) \
|
||||
$(DIAGNOSTIC_H) $(TREE_SSA_H) $(CFGLOOP_H) \
|
||||
$(EXPR_H) $(RECOG_H) $(OPTABS_H) $(TREE_VECTORIZER_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H) $(TREE_DATA_REF_H) langhooks.h
|
||||
tree-vect-stmts.o: tree-vect-stmts.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(DUMPFILE_H) $(TM_H) $(GGC_H) $(TREE_H) $(TARGET_H) \
|
||||
$(BASIC_BLOCK_H) $(TREE_FLOW_H) $(CFGLOOP_H) \
|
||||
$(BASIC_BLOCK_H) $(TREE_SSA_H) $(CFGLOOP_H) \
|
||||
$(EXPR_H) $(RECOG_H) $(OPTABS_H) $(TREE_VECTORIZER_H) \
|
||||
langhooks.h $(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-vect-data-refs.o: tree-vect-data-refs.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(DUMPFILE_H) $(TM_H) $(GGC_H) $(TREE_H) $(TARGET_H) \
|
||||
$(BASIC_BLOCK_H) $(TREE_FLOW_H) $(CFGLOOP_H) \
|
||||
$(BASIC_BLOCK_H) $(TREE_SSA_H) $(CFGLOOP_H) \
|
||||
$(EXPR_H) $(OPTABS_H) $(SCEV_H) $(TREE_VECTORIZER_H) \
|
||||
$(DIAGNOSTIC_CORE_H) $(TM_P_H) $(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-vectorizer.o: tree-vectorizer.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(DUMPFILE_H) $(TM_H) $(GGC_H) $(TREE_H) $(TREE_FLOW_H) \
|
||||
$(DUMPFILE_H) $(TM_H) $(GGC_H) $(TREE_H) $(TREE_SSA_H) \
|
||||
$(CFGLOOP_H) $(TREE_PASS_H) $(TREE_VECTORIZER_H) \
|
||||
$(TREE_PRETTY_PRINT_H) $(DBGCNT_H)
|
||||
vtable-verify.o: vtable-verify.c vtable-verify.h $(CONFIG_H) \
|
||||
$(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) cp/cp-tree.h $(TM_P_H) \
|
||||
$(BASIC_BLOCK_H) output.h $(TREE_FLOW_H) $(TREE_DUMP_H) $(TREE_PASS_H) \
|
||||
$(BASIC_BLOCK_H) output.h $(TREE_SSA_H) $(TREE_DUMP_H) $(TREE_PASS_H) \
|
||||
$(TIMEVAR_H) $(CFGLOOP_H) $(FLAGS_H) $(TREE_INLINE_H) $(SCEV_H) \
|
||||
$(DIAGNOSTIC_CORE_H) $(GIMPLE_PRETTY_PRINT_H) toplev.h langhooks.h \
|
||||
gt-vtable-verify.h
|
||||
tree-loop-distribution.o: tree-loop-distribution.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(TREE_FLOW_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) $(TREE_PASS_H)
|
||||
coretypes.h $(TREE_SSA_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) $(TREE_PASS_H)
|
||||
tree-parloops.o: tree-parloops.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TREE_FLOW_H) $(TREE_HASHER_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
|
||||
$(TREE_SSA_H) $(TREE_HASHER_H) $(CFGLOOP_H) $(TREE_DATA_REF_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H) $(HASH_TABLE_H) \
|
||||
$(TREE_PASS_H) langhooks.h gt-tree-parloops.h $(TREE_VECTORIZER_H)
|
||||
tree-stdarg.o: tree-stdarg.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
||||
$(TREE_H) $(FUNCTION_H) $(TREE_FLOW_H) $(TREE_PASS_H) \
|
||||
$(TREE_H) $(FUNCTION_H) $(TREE_SSA_H) $(TREE_PASS_H) \
|
||||
tree-stdarg.h $(TARGET_H) langhooks.h $(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-object-size.o: tree-object-size.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TM_H) $(TREE_H) $(DIAGNOSTIC_CORE_H) $(DIAGNOSTIC_H) $(TREE_FLOW_H) \
|
||||
$(TM_H) $(TREE_H) $(DIAGNOSTIC_CORE_H) $(DIAGNOSTIC_H) $(TREE_SSA_H) \
|
||||
$(TREE_PASS_H) tree-ssa-propagate.h $(GIMPLE_PRETTY_PRINT_H)
|
||||
internal-fn.o : internal-fn.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(INTERNAL_FN_H) $(TREE_H) $(EXPR_H) $(OPTABS_H) $(GIMPLE_H)
|
||||
gimple.o : gimple.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TREE_H) \
|
||||
$(GGC_H) $(GIMPLE_H) $(DIAGNOSTIC_CORE_H) $(DIAGNOSTIC_H) gt-gimple.h \
|
||||
$(TREE_FLOW_H) value-prof.h $(FLAGS_H) $(DEMANGLE_H) \
|
||||
$(TREE_SSA_H) value-prof.h $(FLAGS_H) $(DEMANGLE_H) \
|
||||
$(TARGET_H) $(ALIAS_H)
|
||||
gimple-pretty-print.o : gimple-pretty-print.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(DUMPFILE_H) \
|
||||
$(TREE_H) $(DIAGNOSTIC_H) $(HASHTAB_H) $(TREE_FLOW_H) \
|
||||
$(TREE_H) $(DIAGNOSTIC_H) $(HASHTAB_H) $(TREE_SSA_H) \
|
||||
$(TM_H) $(GIMPLE_H) value-prof.h \
|
||||
$(TRANS_MEM_H) $(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-mudflap.o : tree-mudflap.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) \
|
||||
|
@ -2687,13 +2688,13 @@ tree-mudflap.o : tree-mudflap.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) \
|
|||
$(DEMANGLE_H) $(HASHTAB_H) langhooks.h tree-mudflap.h \
|
||||
$(TM_H) coretypes.h $(TREE_PASS_H) $(CGRAPH_H) $(GGC_H) \
|
||||
gt-tree-mudflap.h $(BASIC_BLOCK_H) $(FLAGS_H) $(FUNCTION_H) \
|
||||
$(TM_P_H) $(TREE_FLOW_H) $(DIAGNOSTIC_CORE_H) $(GIMPLE_H) tree-iterator.h
|
||||
$(TM_P_H) $(TREE_SSA_H) $(DIAGNOSTIC_CORE_H) $(GIMPLE_H) tree-iterator.h
|
||||
tree-nomudflap.o : $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(TREE_INLINE_H) \
|
||||
$(C_TREE_H) $(C_COMMON_H) $(GIMPLE_H) $(DIAGNOSTIC_H) $(HASHTAB_H) \
|
||||
output.h langhooks.h tree-mudflap.h $(TM_H) coretypes.h \
|
||||
$(GGC_H) gt-tree-mudflap.h $(TREE_PASS_H) $(DIAGNOSTIC_CORE_H)
|
||||
tree-pretty-print.o : tree-pretty-print.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(TREE_H) $(DIAGNOSTIC_H) $(HASHTAB_H) $(TREE_FLOW_H) \
|
||||
$(TREE_H) $(DIAGNOSTIC_H) $(HASHTAB_H) $(TREE_SSA_H) \
|
||||
$(TM_H) coretypes.h $(DUMPFILE_H) tree-iterator.h $(SCEV_H) langhooks.h \
|
||||
value-prof.h output.h $(TREE_PRETTY_PRINT_H)
|
||||
tree-diagnostic.o : tree-diagnostic.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
|
@ -2703,7 +2704,7 @@ tree-diagnostic.o : tree-diagnostic.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
|||
fold-const.o : fold-const.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
||||
$(TREE_H) $(FLAGS_H) $(DIAGNOSTIC_CORE_H) $(HASH_TABLE_H) $(EXPR_H) \
|
||||
$(RTL_H) $(GGC_H) $(TM_P_H) langhooks.h $(MD5_H) intl.h $(TARGET_H) \
|
||||
$(GIMPLE_H) realmpfr.h $(TREE_FLOW_H)
|
||||
$(GIMPLE_H) realmpfr.h $(TREE_SSA_H)
|
||||
diagnostic.o : diagnostic.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
version.h $(DEMANGLE_H) $(INPUT_H) intl.h $(BACKTRACE_H) $(DIAGNOSTIC_H) \
|
||||
diagnostic.def diagnostic-color.h
|
||||
|
@ -2722,7 +2723,7 @@ targhooks.o : targhooks.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TREE_H) \
|
|||
$(EXPR_H) $(TM_H) $(RTL_H) $(TM_P_H) $(FUNCTION_H) output.h $(DIAGNOSTIC_CORE_H) \
|
||||
$(MACHMODE_H) $(TARGET_DEF_H) $(TARGET_H) $(GGC_H) gt-targhooks.h \
|
||||
$(OPTABS_H) $(RECOG_H) $(REGS_H) reload.h hard-reg-set.h intl.h $(OPTS_H) \
|
||||
tree-ssa-alias.h $(TREE_FLOW_H)
|
||||
tree-ssa-alias.h $(TREE_SSA_H)
|
||||
common/common-targhooks.o : common/common-targhooks.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(INPUT_H) $(TM_H) $(COMMON_TARGET_H) common/common-targhooks.h
|
||||
|
||||
|
@ -2764,7 +2765,7 @@ passes.o : passes.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \
|
|||
$(PARAMS_H) $(TM_P_H) reload.h $(TARGET_H) \
|
||||
langhooks.h insn-flags.h $(CFGLOOP_H) \
|
||||
hosthooks.h $(CGRAPH_H) $(COVERAGE_H) $(TREE_PASS_H) $(TREE_DUMP_H) \
|
||||
$(GGC_H) $(OPTS_H) $(TREE_FLOW_H) $(TREE_INLINE_H) \
|
||||
$(GGC_H) $(OPTS_H) $(TREE_SSA_H) $(TREE_INLINE_H) \
|
||||
gt-passes.h $(DF_H) $(PREDICT_H) $(LTO_STREAMER_H) \
|
||||
$(PLUGIN_H) $(IPA_UTILS_H) pass-instances.def \
|
||||
$(CONTEXT_H) $(PASS_MANAGER_H)
|
||||
|
@ -2823,14 +2824,14 @@ except.o : except.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
|
|||
dwarf2asm.h $(DWARF2OUT_H) toplev.h $(DIAGNOSTIC_CORE_H) $(HASH_TABLE_H) \
|
||||
intl.h $(GGC_H) \
|
||||
gt-except.h $(CGRAPH_H) $(DIAGNOSTIC_H) $(DWARF2_H) \
|
||||
$(TARGET_H) $(TM_P_H) $(TREE_PASS_H) $(TREE_FLOW_H) \
|
||||
$(TARGET_H) $(TM_P_H) $(TREE_PASS_H) $(TREE_SSA_H) \
|
||||
$(TREE_PRETTY_PRINT_H) sbitmap.h $(COMMON_TARGET_H) $(CFGLOOP_H)
|
||||
expr.o : expr.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
|
||||
$(TREE_H) $(FLAGS_H) $(FUNCTION_H) $(REGS_H) $(EXPR_H) $(OPTABS_H) \
|
||||
$(LIBFUNCS_H) $(INSN_ATTR_H) insn-config.h $(RECOG_H) output.h \
|
||||
typeclass.h hard-reg-set.h toplev.h $(DIAGNOSTIC_CORE_H) hard-reg-set.h $(EXCEPT_H) \
|
||||
reload.h langhooks.h intl.h $(TM_P_H) $(TARGET_H) \
|
||||
tree-iterator.h gt-expr.h $(MACHMODE_H) $(TIMEVAR_H) $(TREE_FLOW_H) \
|
||||
tree-iterator.h gt-expr.h $(MACHMODE_H) $(TIMEVAR_H) $(TREE_SSA_H) \
|
||||
$(TREE_PASS_H) $(DF_H) $(DIAGNOSTIC_H) $(SSAEXPAND_H) \
|
||||
$(PARAMS_H) $(COMMON_TARGET_H) target-globals.h
|
||||
dojump.o : dojump.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TM_P_H) \
|
||||
|
@ -2843,12 +2844,12 @@ builtins.o : builtins.c builtins.h $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
|||
hard-reg-set.h $(DIAGNOSTIC_CORE_H) hard-reg-set.h $(EXCEPT_H) \
|
||||
$(TM_P_H) $(PREDICT_H) $(LIBFUNCS_H) langhooks.h $(BASIC_BLOCK_H) \
|
||||
tree-mudflap.h realmpfr.h $(BUILTINS_DEF) $(MACHMODE_H) \
|
||||
$(DIAGNOSTIC_CORE_H) $(TREE_FLOW_H) value-prof.h ubsan.h
|
||||
$(DIAGNOSTIC_CORE_H) $(TREE_SSA_H) value-prof.h ubsan.h
|
||||
calls.o : calls.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
|
||||
$(TREE_H) $(FLAGS_H) $(EXPR_H) $(OPTABS_H) langhooks.h $(TARGET_H) \
|
||||
$(LIBFUNCS_H) $(REGS_H) $(DIAGNOSTIC_CORE_H) output.h \
|
||||
$(FUNCTION_H) $(TIMEVAR_H) $(TM_P_H) $(CGRAPH_H) $(EXCEPT_H) sbitmap.h \
|
||||
$(DBGCNT_H) $(TREE_FLOW_H)
|
||||
$(DBGCNT_H) $(TREE_SSA_H)
|
||||
expmed.o : expmed.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) $(TREE_H) \
|
||||
$(FLAGS_H) insn-config.h $(EXPR_H) $(OPTABS_H) $(RECOG_H) \
|
||||
$(DIAGNOSTIC_CORE_H) $(TM_P_H) langhooks.h $(DF_H) $(TARGET_H) \
|
||||
|
@ -2877,7 +2878,7 @@ dwarf2out.o : dwarf2out.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(DUMPFILE_H) \
|
|||
toplev.h $(DIAGNOSTIC_CORE_H) $(DWARF2OUT_H) reload.h \
|
||||
$(GGC_H) $(EXCEPT_H) dwarf2asm.h $(TM_P_H) langhooks.h $(HASH_TABLE_H) \
|
||||
gt-dwarf2out.h $(TARGET_H) $(CGRAPH_H) $(MD5_H) $(INPUT_H) $(FUNCTION_H) \
|
||||
$(GIMPLE_H) ira.h lra.h $(TREE_FLOW_H) \
|
||||
$(GIMPLE_H) ira.h lra.h $(TREE_SSA_H) \
|
||||
$(TREE_PRETTY_PRINT_H) $(COMMON_TARGET_H) $(OPTS_H)
|
||||
dwarf2cfi.o : dwarf2cfi.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(HASH_TABLE_H) \
|
||||
$(TM_H) version.h $(RTL_H) $(EXPR_H) $(REGS_H) $(FUNCTION_H) output.h \
|
||||
|
@ -2921,13 +2922,13 @@ cgraph.o : cgraph.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(DUMPFILE_H) \
|
|||
$(TM_H) $(TREE_H) $(TIMEVAR_H) \
|
||||
langhooks.h toplev.h $(DIAGNOSTIC_CORE_H) $(FLAGS_H) $(GGC_H) $(TARGET_H) $(CGRAPH_H) \
|
||||
gt-cgraph.h intl.h $(BASIC_BLOCK_H) debug.h $(HASHTAB_H) \
|
||||
$(TREE_INLINE_H) $(TREE_FLOW_H) cif-code.def \
|
||||
$(TREE_INLINE_H) $(TREE_SSA_H) cif-code.def \
|
||||
value-prof.h $(EXCEPT_H) $(IPA_UTILS_H) $(DIAGNOSTIC_CORE_H) \
|
||||
$(IPA_INLINE_H) $(LTO_STREAMER_H) $(CFGLOOP_H) $(GIMPLE_PRETTY_PRINT_H)
|
||||
cgraphunit.o : cgraphunit.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
||||
$(TREE_H) langhooks.h $(TREE_INLINE_H) toplev.h $(DIAGNOSTIC_CORE_H) $(FLAGS_H) $(GGC_H) \
|
||||
$(TARGET_H) $(CGRAPH_H) intl.h pointer-set.h $(FUNCTION_H) $(GIMPLE_H) \
|
||||
$(TREE_FLOW_H) $(TREE_PASS_H) debug.h $(DIAGNOSTIC_H) \
|
||||
$(TREE_SSA_H) $(TREE_PASS_H) debug.h $(DIAGNOSTIC_H) \
|
||||
$(FIBHEAP_H) output.h $(PARAMS_H) $(RTL_H) $(IPA_PROP_H) \
|
||||
gt-cgraphunit.h tree-iterator.h $(COVERAGE_H) $(TREE_DUMP_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H) $(IPA_INLINE_H) $(IPA_UTILS_H) $(CFGLOOP_H) \
|
||||
|
@ -2936,19 +2937,19 @@ cgraphunit.o : cgraphunit.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
|||
cgraphclones.o : cgraphclones.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
||||
$(TREE_H) langhooks.h $(TREE_INLINE_H) toplev.h $(DIAGNOSTIC_CORE_H) $(FLAGS_H) $(GGC_H) \
|
||||
$(TARGET_H) $(CGRAPH_H) intl.h pointer-set.h $(FUNCTION_H) $(GIMPLE_H) \
|
||||
$(TREE_FLOW_H) $(TREE_PASS_H) debug.h $(DIAGNOSTIC_H) $(TREE_DUMP_H) \
|
||||
$(TREE_SSA_H) $(TREE_PASS_H) debug.h $(DIAGNOSTIC_H) $(TREE_DUMP_H) \
|
||||
$(PARAMS_H) $(RTL_H) $(IPA_PROP_H) \
|
||||
tree-iterator.h $(COVERAGE_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H) $(IPA_INLINE_H) $(IPA_UTILS_H) \
|
||||
$(LTO_STREAMER_H) $(EXCEPT_H) $(GCC_PLUGIN_H) gt-cgraphclones.h
|
||||
cgraphbuild.o : cgraphbuild.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
||||
$(TREE_H) langhooks.h $(CGRAPH_H) intl.h pointer-set.h $(GIMPLE_H) \
|
||||
$(TREE_FLOW_H) $(TREE_PASS_H) $(IPA_UTILS_H) $(EXCEPT_H) \
|
||||
$(TREE_SSA_H) $(TREE_PASS_H) $(IPA_UTILS_H) $(EXCEPT_H) \
|
||||
$(IPA_INLINE_H)
|
||||
varpool.o : varpool.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
||||
$(TREE_H) $(CGRAPH_H) langhooks.h $(DIAGNOSTIC_CORE_H) $(HASHTAB_H) \
|
||||
$(GGC_H) $(TIMEVAR_H) debug.h $(TARGET_H) output.h $(GIMPLE_H) \
|
||||
$(TREE_FLOW_H)
|
||||
$(TREE_SSA_H)
|
||||
ipa.o : ipa.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(CGRAPH_H) \
|
||||
$(TREE_PASS_H) $(GIMPLE_H) $(TARGET_H) $(GGC_H) pointer-set.h \
|
||||
$(IPA_UTILS_H) tree-inline.h profile.h $(PARAMS_H)
|
||||
|
@ -2963,52 +2964,52 @@ ipa-devirt.o : ipa-devirt.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(CGRAPH
|
|||
$(DIAGNOSTIC_H)
|
||||
ipa-prop.o : ipa-prop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
langhooks.h $(GGC_H) $(TARGET_H) $(CGRAPH_H) $(IPA_PROP_H) $(DIAGNOSTIC_H) \
|
||||
$(TREE_FLOW_H) $(TM_H) $(TREE_PASS_H) $(FLAGS_H) $(TREE_H) \
|
||||
$(TREE_SSA_H) $(TM_H) $(TREE_PASS_H) $(FLAGS_H) $(TREE_H) \
|
||||
$(TREE_INLINE_H) $(GIMPLE_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H) $(LTO_STREAMER_H) \
|
||||
$(DATA_STREAMER_H) $(TREE_STREAMER_H) $(PARAMS_H)
|
||||
ipa-ref.o : ipa-ref.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
langhooks.h $(GGC_H) $(TARGET_H) $(CGRAPH_H) $(TREE_H) $(TARGET_H) \
|
||||
$(TREE_FLOW_H) $(TM_H) $(TREE_PASS_H) $(FLAGS_H) $(TREE_H) $(GGC_H) \
|
||||
$(TREE_SSA_H) $(TM_H) $(TREE_PASS_H) $(FLAGS_H) $(TREE_H) $(GGC_H) \
|
||||
$(IPA_UTILS_H)
|
||||
ipa-cp.o : ipa-cp.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TREE_H) $(TARGET_H) $(GIMPLE_H) $(CGRAPH_H) $(IPA_PROP_H) $(TREE_FLOW_H) \
|
||||
$(TREE_H) $(TARGET_H) $(GIMPLE_H) $(CGRAPH_H) $(IPA_PROP_H) $(TREE_SSA_H) \
|
||||
$(TREE_PASS_H) $(FLAGS_H) $(DIAGNOSTIC_H) \
|
||||
$(TREE_INLINE_H) $(PARAMS_H) $(TREE_PRETTY_PRINT_H) $(IPA_INLINE_H)
|
||||
ipa-split.o : ipa-split.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TREE_H) $(TARGET_H) $(CGRAPH_H) $(IPA_PROP_H) $(TREE_FLOW_H) \
|
||||
$(TREE_H) $(TARGET_H) $(CGRAPH_H) $(IPA_PROP_H) $(TREE_SSA_H) \
|
||||
$(TREE_PASS_H) $(FLAGS_H) $(DIAGNOSTIC_H) $(TREE_DUMP_H) $(CFGLOOP_H) \
|
||||
$(TREE_INLINE_H) $(PARAMS_H) $(GIMPLE_PRETTY_PRINT_H) $(IPA_INLINE_H)
|
||||
ipa-inline.o : ipa-inline.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
||||
$(TREE_H) langhooks.h $(TREE_INLINE_H) $(FLAGS_H) $(CGRAPH_H) intl.h \
|
||||
$(DIAGNOSTIC_H) $(FIBHEAP_H) $(PARAMS_H) $(TREE_PASS_H) \
|
||||
$(COVERAGE_H) $(GGC_H) $(TREE_FLOW_H) $(RTL_H) $(IPA_PROP_H) \
|
||||
$(COVERAGE_H) $(GGC_H) $(TREE_SSA_H) $(RTL_H) $(IPA_PROP_H) \
|
||||
$(EXCEPT_H) $(GIMPLE_PRETTY_PRINT_H) $(IPA_INLINE_H) $(TARGET_H) \
|
||||
$(IPA_UTILS_H) sreal.h
|
||||
ipa-inline-analysis.o : ipa-inline-analysis.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
||||
$(TREE_H) langhooks.h $(TREE_INLINE_H) $(FLAGS_H) $(CGRAPH_H) intl.h \
|
||||
$(DIAGNOSTIC_H) $(PARAMS_H) $(TREE_PASS_H) $(CFGLOOP_H) \
|
||||
$(HASHTAB_H) $(COVERAGE_H) $(GGC_H) $(TREE_FLOW_H) $(IPA_PROP_H) \
|
||||
$(HASHTAB_H) $(COVERAGE_H) $(GGC_H) $(TREE_SSA_H) $(IPA_PROP_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H) $(IPA_INLINE_H) $(LTO_STREAMER_H) $(DATA_STREAMER_H) \
|
||||
$(TREE_STREAMER_H) ipa-utils.h tree-scalar-evolution.h $(CFGLOOP_H) \
|
||||
alloc-pool.h
|
||||
ipa-inline-transform.o : ipa-inline-transform.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
||||
$(TREE_H) langhooks.h $(TREE_INLINE_H) $(FLAGS_H) $(CGRAPH_H) intl.h \
|
||||
$(TREE_PASS_H) \
|
||||
$(HASHTAB_H) $(COVERAGE_H) $(GGC_H) $(TREE_FLOW_H) $(IPA_PROP_H) \
|
||||
$(HASHTAB_H) $(COVERAGE_H) $(GGC_H) $(TREE_SSA_H) $(IPA_PROP_H) \
|
||||
$(TREE_PASS_H)
|
||||
ipa-utils.o : ipa-utils.c $(IPA_UTILS_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(DUMPFILE_H) $(TM_H) $(TREE_H) $(TREE_FLOW_H) $(TREE_INLINE_H) \
|
||||
coretypes.h $(DUMPFILE_H) $(TM_H) $(TREE_H) $(TREE_SSA_H) $(TREE_INLINE_H) \
|
||||
langhooks.h pointer-set.h $(GGC_H) $(GIMPLE_H) $(SPLAY_TREE_H) \
|
||||
$(CGRAPH_H) $(FLAGS_H) $(DIAGNOSTIC_H)
|
||||
ipa-reference.o : ipa-reference.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(TM_H) $(TREE_H) $(TREE_FLOW_H) $(TREE_INLINE_H) langhooks.h \
|
||||
coretypes.h $(TM_H) $(TREE_H) $(TREE_SSA_H) $(TREE_INLINE_H) langhooks.h \
|
||||
pointer-set.h $(GGC_H) $(IPA_REFERENCE_H) $(IPA_UTILS_H) $(SPLAY_TREE_H) \
|
||||
$(GIMPLE_H) $(CGRAPH_H) $(FLAGS_H) $(TREE_PASS_H) \
|
||||
$(DIAGNOSTIC_H) $(FUNCTION_H) $(LTO_STREAMER_H) \
|
||||
$(DIAGNOSTIC_CORE_H) $(DATA_STREAMER_H)
|
||||
ipa-pure-const.o : ipa-pure-const.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(TM_H) $(TREE_H) $(TREE_FLOW_H) $(TREE_INLINE_H) langhooks.h \
|
||||
coretypes.h $(TM_H) $(TREE_H) $(TREE_SSA_H) $(TREE_INLINE_H) langhooks.h \
|
||||
pointer-set.h $(GGC_H) $(IPA_UTILS_H) $(TARGET_H) \
|
||||
$(GIMPLE_H) $(CGRAPH_H) $(FLAGS_H) $(TREE_PASS_H) \
|
||||
$(DIAGNOSTIC_H) $(CFGLOOP_H) $(SCEV_H) $(LTO_STREAMER_H) \
|
||||
|
@ -3040,7 +3041,7 @@ dse.o : dse.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
|
|||
$(TREE_H) $(TM_P_H) $(REGS_H) hard-reg-set.h $(FLAGS_H) insn-config.h \
|
||||
$(RECOG_H) $(EXPR_H) $(DF_H) cselib.h $(DBGCNT_H) \
|
||||
$(TREE_PASS_H) alloc-pool.h $(ALIAS_H) $(OPTABS_H) $(TARGET_H) \
|
||||
$(BITMAP_H) $(PARAMS_H) $(TREE_FLOW_H) $(HASH_TABLE_H)
|
||||
$(BITMAP_H) $(PARAMS_H) $(TREE_SSA_H) $(HASH_TABLE_H)
|
||||
fwprop.o : fwprop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
|
||||
$(DIAGNOSTIC_CORE_H) insn-config.h $(RECOG_H) $(FLAGS_H) $(OBSTACK_H) $(BASIC_BLOCK_H) \
|
||||
$(DF_H) alloc-pool.h $(TREE_PASS_H) $(TARGET_H) \
|
||||
|
@ -3083,14 +3084,14 @@ mode-switching.o : mode-switching.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
|||
$(INSN_ATTR_H) $(RECOG_H) $(BASIC_BLOCK_H) $(TM_P_H) $(FUNCTION_H) \
|
||||
$(TREE_PASS_H) $(DF_H) $(TARGET_H) $(EMIT_RTL_H)
|
||||
tree-ssa-dce.o : tree-ssa-dce.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) \
|
||||
$(TREE_FLOW_H) $(DIAGNOSTIC_H) $(TM_H) \
|
||||
$(TREE_SSA_H) $(DIAGNOSTIC_H) $(TM_H) \
|
||||
coretypes.h $(TREE_PASS_H) $(FLAGS_H) $(BASIC_BLOCK_H) \
|
||||
$(GGC_H) $(GIMPLE_H) $(CFGLOOP_H) $(SCEV_H) $(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-call-cdce.o : tree-call-cdce.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) \
|
||||
$(TREE_FLOW_H) $(TM_H) \
|
||||
$(TREE_SSA_H) $(TM_H) \
|
||||
coretypes.h $(TREE_PASS_H) $(FLAGS_H) $(BASIC_BLOCK_H) \
|
||||
$(GIMPLE_H) $(GIMPLE_PRETTY_PRINT_H)
|
||||
tree-ssa-ccp.o : tree-ssa-ccp.c $(TREE_FLOW_H) $(CONFIG_H) \
|
||||
tree-ssa-ccp.o : tree-ssa-ccp.c $(TREE_SSA_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(TREE_H) $(TM_P_H) \
|
||||
$(DIAGNOSTIC_H) $(FUNCTION_H) $(TM_H) coretypes.h \
|
||||
$(BASIC_BLOCK_H) $(TREE_PASS_H) langhooks.h $(PARAMS_H) \
|
||||
|
@ -3098,27 +3099,27 @@ tree-ssa-ccp.o : tree-ssa-ccp.c $(TREE_FLOW_H) $(CONFIG_H) \
|
|||
$(DIAGNOSTIC_CORE_H) $(HASH_TABLE_H) \
|
||||
$(DBGCNT_H) $(GIMPLE_PRETTY_PRINT_H) gimple-fold.h
|
||||
tree-ssa-strlen.o : tree-ssa-strlen.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TREE_FLOW_H) $(TREE_PASS_H) domwalk.h alloc-pool.h tree-ssa-propagate.h \
|
||||
$(TREE_SSA_H) $(TREE_PASS_H) domwalk.h alloc-pool.h tree-ssa-propagate.h \
|
||||
$(GIMPLE_PRETTY_PRINT_H) $(PARAMS_H) $(EXPR_H) $(HASH_TABLE_H)
|
||||
tree-sra.o : tree-sra.c $(CONFIG_H) $(SYSTEM_H) coretypes.h alloc-pool.h \
|
||||
$(HASH_TABLE_H) $(TM_H) $(TREE_H) $(GIMPLE_H) $(CGRAPH_H) $(TREE_FLOW_H) \
|
||||
$(HASH_TABLE_H) $(TM_H) $(TREE_H) $(GIMPLE_H) $(CGRAPH_H) $(TREE_SSA_H) \
|
||||
$(IPA_PROP_H) $(DIAGNOSTIC_H) statistics.h \
|
||||
$(PARAMS_H) $(TARGET_H) $(FLAGS_H) \
|
||||
$(DBGCNT_H) $(TREE_INLINE_H) $(GIMPLE_PRETTY_PRINT_H) ipa-utils.h
|
||||
tree-switch-conversion.o : tree-switch-conversion.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(TREE_H) $(TM_P_H) $(TREE_FLOW_H) $(DIAGNOSTIC_H) $(TREE_INLINE_H) \
|
||||
$(TREE_H) $(TM_P_H) $(TREE_SSA_H) $(DIAGNOSTIC_H) $(TREE_INLINE_H) \
|
||||
$(TM_H) coretypes.h $(GIMPLE_H) $(CFGLOOP_H) \
|
||||
$(TREE_PASS_H) $(FLAGS_H) $(EXPR_H) $(BASIC_BLOCK_H) \
|
||||
$(GGC_H) $(OBSTACK_H) $(PARAMS_H) $(CPPLIB_H) $(PARAMS_H) \
|
||||
$(GIMPLE_PRETTY_PRINT_H) langhooks.h $(OPTABS_H)
|
||||
tree-complex.o : tree-complex.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TREE_H) \
|
||||
$(TM_H) $(FLAGS_H) $(TREE_FLOW_H) $(TREE_HASHER_H) $(GIMPLE_H) \
|
||||
$(TM_H) $(FLAGS_H) $(TREE_SSA_H) $(TREE_HASHER_H) $(GIMPLE_H) \
|
||||
$(CFGLOOP_H) tree-iterator.h $(TREE_PASS_H) tree-ssa-propagate.h
|
||||
tree-emutls.o : tree-emutls.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TREE_H) \
|
||||
$(GIMPLE_H) $(TREE_PASS_H) $(TREE_FLOW_H) $(CGRAPH_H) langhooks.h \
|
||||
$(GIMPLE_H) $(TREE_PASS_H) $(TREE_SSA_H) $(CGRAPH_H) langhooks.h \
|
||||
$(TARGET_H) $(TARGET_DEF_H) tree-iterator.h
|
||||
tree-vect-generic.o : tree-vect-generic.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) \
|
||||
$(TM_H) $(TREE_FLOW_H) $(GIMPLE_H) tree-iterator.h $(TREE_PASS_H) \
|
||||
$(TM_H) $(TREE_SSA_H) $(GIMPLE_H) tree-iterator.h $(TREE_PASS_H) \
|
||||
$(FLAGS_H) $(OPTABS_H) $(MACHMODE_H) $(EXPR_H) \
|
||||
langhooks.h $(FLAGS_H) $(DIAGNOSTIC_H) gt-tree-vect-generic.h $(GGC_H) \
|
||||
coretypes.h insn-codes.h $(DIAGNOSTIC_H) $(TARGET_H)
|
||||
|
@ -3145,25 +3146,25 @@ valtrack.o : valtrack.c $(VALTRACK_H) $(CONFIG_H) $(SYSTEM_H) \
|
|||
var-tracking.o : var-tracking.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
||||
$(RTL_H) $(TREE_H) hard-reg-set.h insn-config.h reload.h $(FLAGS_H) \
|
||||
$(BASIC_BLOCK_H) bitmap.h alloc-pool.h $(FIBHEAP_H) $(HASH_TABLE_H) \
|
||||
$(REGS_H) $(EXPR_H) $(TREE_PASS_H) $(TREE_FLOW_H) \
|
||||
$(REGS_H) $(EXPR_H) $(TREE_PASS_H) $(TREE_SSA_H) \
|
||||
cselib.h $(TARGET_H) $(DIAGNOSTIC_CORE_H) $(PARAMS_H) $(DIAGNOSTIC_H) \
|
||||
pointer-set.h $(RECOG_H) $(TM_P_H) $(TREE_PRETTY_PRINT_H) $(ALIAS_H)
|
||||
profile.o : profile.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(DUMPFILE_H) \
|
||||
$(TM_H) $(RTL_H) \
|
||||
$(TREE_H) $(FLAGS_H) $(REGS_H) $(EXPR_H) $(FUNCTION_H) $(BASIC_BLOCK_H) \
|
||||
$(DIAGNOSTIC_CORE_H) $(COVERAGE_H) $(TREE_FLOW_H) value-prof.h \
|
||||
$(DIAGNOSTIC_CORE_H) $(COVERAGE_H) $(TREE_SSA_H) value-prof.h \
|
||||
$(CFGLOOP_H) profile.h
|
||||
mcf.o : mcf.c profile.h $(CONFIG_H) $(SYSTEM_H) $(TM_H) coretypes.h \
|
||||
$(DUMPFILE_H) $(BASIC_BLOCK_H) langhooks.h $(GCOV_IO_H) $(TREE_H)
|
||||
tree-profile.o : tree-profile.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TM_H) $(TARGET_H) $(TREE_H) $(FLAGS_H) $(FUNCTION_H) \
|
||||
$(BASIC_BLOCK_H) $(DIAGNOSTIC_CORE_H) $(COVERAGE_H) $(TREE_H) value-prof.h \
|
||||
$(TREE_PASS_H) $(TREE_FLOW_H) gt-tree-profile.h $(CGRAPH_H)
|
||||
$(TREE_PASS_H) $(TREE_SSA_H) gt-tree-profile.h $(CGRAPH_H)
|
||||
value-prof.o : value-prof.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(DUMPFILE_H) \
|
||||
$(TM_H) \
|
||||
$(BASIC_BLOCK_H) hard-reg-set.h profile.h value-prof.h $(EXPR_H) $(FLAGS_H) \
|
||||
$(RECOG_H) insn-config.h $(OPTABS_H) $(REGS_H) $(GGC_H) $(DIAGNOSTIC_H) \
|
||||
$(TREE_H) $(COVERAGE_H) $(RTL_H) $(GCOV_IO_H) $(TREE_FLOW_H) \
|
||||
$(TREE_H) $(COVERAGE_H) $(RTL_H) $(GCOV_IO_H) $(TREE_SSA_H) \
|
||||
tree-flow-inline.h $(TIMEVAR_H) $(DIAGNOSTIC_CORE_H) pointer-set.h \
|
||||
$(GIMPLE_PRETTY_PRINT_H) $(DATA_STREAMER_H)
|
||||
loop-doloop.o : loop-doloop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
|
@ -3180,8 +3181,8 @@ cfg.o : cfg.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(DUMPFILE_H) \
|
|||
$(GGC_H) $(OBSTACK_H) alloc-pool.h $(HASH_TABLE_H) $(CFGLOOP_H) $(TREE_H) \
|
||||
$(BASIC_BLOCK_H)
|
||||
cfghooks.o: cfghooks.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
|
||||
$(TREE_H) $(BASIC_BLOCK_H) $(TREE_FLOW_H) $(TIMEVAR_H) toplev.h $(DIAGNOSTIC_CORE_H) $(CFGLOOP_H) $(PRETTY_PRINT_H)
|
||||
cfgexpand.o : cfgexpand.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(TREE_H) $(BASIC_BLOCK_H) $(TREE_SSA_H) $(TIMEVAR_H) toplev.h $(DIAGNOSTIC_CORE_H) $(CFGLOOP_H) $(PRETTY_PRINT_H)
|
||||
cfgexpand.o : cfgexpand.c $(TREE_SSA_H) $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(RTL_H) $(TREE_H) $(TM_P_H) $(EXPR_H) $(FUNCTION_H) $(TM_H) \
|
||||
coretypes.h $(EXCEPT_H) langhooks.h $(TREE_PASS_H) $(RTL_H) \
|
||||
$(DIAGNOSTIC_H) toplev.h $(DIAGNOSTIC_CORE_H) $(BASIC_BLOCK_H) $(FLAGS_H) debug.h $(PARAMS_H) \
|
||||
|
@ -3207,7 +3208,7 @@ cfgcleanup.o : cfgcleanup.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
|||
cfgloop.o : cfgloop.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) coretypes.h \
|
||||
$(DUMPFILE_H) $(TM_H) \
|
||||
$(BASIC_BLOCK_H) hard-reg-set.h $(CFGLOOP_H) $(FLAGS_H) $(FUNCTION_H) \
|
||||
$(OBSTACK_H) toplev.h $(DIAGNOSTIC_CORE_H) $(TREE_FLOW_H) $(TREE_H) pointer-set.h \
|
||||
$(OBSTACK_H) toplev.h $(DIAGNOSTIC_CORE_H) $(TREE_SSA_H) $(TREE_H) pointer-set.h \
|
||||
$(GGC_H)
|
||||
cfgloopanal.o : cfgloopanal.c coretypes.h $(DUMPFILE_H) $(CONFIG_H) \
|
||||
$(SYSTEM_H) $(RTL_H) \
|
||||
|
@ -3226,11 +3227,11 @@ loop-invariant.o : loop-invariant.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
|||
$(OBSTACK_H) $(HASH_TABLE_H) $(EXCEPT_H) $(PARAMS_H) $(REGS_H) ira.h
|
||||
cfgloopmanip.o : cfgloopmanip.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) \
|
||||
$(BASIC_BLOCK_H) hard-reg-set.h $(CFGLOOP_H) \
|
||||
coretypes.h $(TM_H) $(OBSTACK_H) $(TREE_FLOW_H)
|
||||
coretypes.h $(TM_H) $(OBSTACK_H) $(TREE_SSA_H)
|
||||
loop-init.o : loop-init.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(GGC_H) \
|
||||
$(BASIC_BLOCK_H) hard-reg-set.h $(CFGLOOP_H) \
|
||||
coretypes.h $(TM_H) $(OBSTACK_H) $(TREE_PASS_H) $(FLAGS_H) \
|
||||
$(REGS_H) $(DF_H) $(TREE_FLOW_H)
|
||||
$(REGS_H) $(DF_H) $(TREE_SSA_H)
|
||||
loop-unswitch.o : loop-unswitch.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(DUMPFILE_H) \
|
||||
$(RTL_H) $(TM_H) $(BASIC_BLOCK_H) hard-reg-set.h $(CFGLOOP_H) $(PARAMS_H) \
|
||||
|
@ -3303,7 +3304,7 @@ alias.o : alias.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(DUMPFILE_H) \
|
|||
$(ALIAS_H) $(EMIT_RTL_H) $(GGC_H) $(FUNCTION_H) cselib.h $(TREE_H) $(TM_P_H) \
|
||||
langhooks.h $(TARGET_H) gt-alias.h $(TIMEVAR_H) $(CGRAPH_H) \
|
||||
$(SPLAY_TREE_H) $(DF_H) \
|
||||
tree-ssa-alias.h pointer-set.h $(TREE_FLOW_H)
|
||||
tree-ssa-alias.h pointer-set.h $(TREE_SSA_H)
|
||||
stack-ptr-mod.o : stack-ptr-mod.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TM_H) $(TREE_H) $(RTL_H) $(REGS_H) $(EXPR_H) $(TREE_PASS_H) \
|
||||
$(BASIC_BLOCK_H) $(FLAGS_H) output.h $(DF_H)
|
||||
|
@ -3443,7 +3444,7 @@ final.o : final.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_ERROR_H) \
|
|||
$(EXCEPT_H) debug.h xcoffout.h toplev.h $(DIAGNOSTIC_CORE_H) reload.h $(DWARF2OUT_H) \
|
||||
$(TREE_PASS_H) $(BASIC_BLOCK_H) $(TM_P_H) $(TARGET_H) $(EXPR_H) \
|
||||
dbxout.h $(CGRAPH_H) $(COVERAGE_H) \
|
||||
$(DF_H) $(GGC_H) $(CFGLOOP_H) $(PARAMS_H) $(TREE_FLOW_H) \
|
||||
$(DF_H) $(GGC_H) $(CFGLOOP_H) $(PARAMS_H) $(TREE_SSA_H) \
|
||||
$(TARGET_DEF_H) $(TREE_PRETTY_PRINT_H)
|
||||
recog.o : recog.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_ERROR_H) \
|
||||
$(FUNCTION_H) $(BASIC_BLOCK_H) $(REGS_H) $(RECOG_H) $(EXPR_H) \
|
||||
|
@ -3461,7 +3462,7 @@ predict.o: predict.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
|
|||
hard-reg-set.h $(DIAGNOSTIC_CORE_H) $(RECOG_H) $(FUNCTION_H) $(EXCEPT_H) \
|
||||
$(TM_P_H) $(PREDICT_H) sreal.h $(PARAMS_H) $(TARGET_H) $(CFGLOOP_H) \
|
||||
$(COVERAGE_H) $(SCEV_H) $(GGC_H) predict.def \
|
||||
$(TREE_FLOW_H) $(TREE_PASS_H) $(EXPR_H) pointer-set.h
|
||||
$(TREE_SSA_H) $(TREE_PASS_H) $(EXPR_H) pointer-set.h
|
||||
lists.o: lists.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(DIAGNOSTIC_CORE_H) \
|
||||
$(RTL_H) $(GGC_H) gt-lists.h
|
||||
bb-reorder.o : bb-reorder.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
||||
|
@ -3472,7 +3473,7 @@ bb-reorder.o : bb-reorder.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
|||
tracer.o : tracer.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
|
||||
$(TREE_H) $(BASIC_BLOCK_H) hard-reg-set.h \
|
||||
$(FLAGS_H) $(PARAMS_H) $(COVERAGE_H) $(FIBHEAP_H) \
|
||||
$(TREE_PASS_H) $(TREE_FLOW_H) $(TREE_INLINE_H) $(CFGLOOP_H)
|
||||
$(TREE_PASS_H) $(TREE_SSA_H) $(TREE_INLINE_H) $(CFGLOOP_H)
|
||||
timevar.o : timevar.c $(CONFIG_H) $(SYSTEM_H) $(TIMEVAR_H)
|
||||
regcprop.o : regcprop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
||||
$(RTL_H) insn-config.h $(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h \
|
||||
|
@ -4687,7 +4688,7 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
|||
$(host_xm_file_list) $(host_xm_include_list) $(xm_include_list) \
|
||||
intl.h $(PLUGIN_VERSION_H) $(DIAGNOSTIC_H) ${C_TREE_H} \
|
||||
$(C_COMMON_H) c-family/c-objc.h $(C_PRETTY_PRINT_H) \
|
||||
tree-iterator.h $(PLUGIN_H) $(TREE_FLOW_H) langhooks.h incpath.h debug.h \
|
||||
tree-iterator.h $(PLUGIN_H) $(TREE_SSA_H) langhooks.h incpath.h debug.h \
|
||||
$(EXCEPT_H) tree-ssa-sccvn.h real.h output.h $(IPA_UTILS_H) \
|
||||
$(C_PRAGMA_H) $(CPPLIB_H) $(FUNCTION_H) \
|
||||
cppdefault.h flags.h $(MD5_H) params.def params.h prefix.h tree-inline.h \
|
||||
|
|
|
@ -44,7 +44,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "df.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
#include "pointer-set.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
|
||||
/* The aliasing API provided here solves related but different problems:
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-iterator.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "asan.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
|
|
|
@ -44,7 +44,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "langhooks.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-mudflap.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "value-prof.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "builtins.h"
|
||||
|
|
|
@ -40,7 +40,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "cgraph.h"
|
||||
#include "except.h"
|
||||
#include "dbgcnt.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
|
||||
/* Like PREFERRED_STACK_BOUNDARY but in units of bytes, not bits. */
|
||||
#define STACK_BYTES (PREFERRED_STACK_BOUNDARY / BITS_PER_UNIT)
|
||||
|
|
|
@ -28,7 +28,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "function.h"
|
||||
#include "expr.h"
|
||||
#include "langhooks.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "except.h"
|
||||
#include "flags.h"
|
||||
|
|
|
@ -26,7 +26,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "rtl.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "timevar.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "cfgloop.h"
|
||||
|
|
|
@ -28,7 +28,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "diagnostic-core.h"
|
||||
#include "flags.h"
|
||||
#include "tree.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "pointer-set.h"
|
||||
#include "ggc.h"
|
||||
#include "dumpfile.h"
|
||||
|
|
|
@ -24,7 +24,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "rtl.h"
|
||||
#include "basic-block.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "dumpfile.h"
|
||||
|
||||
static void copy_loops_to (struct loop **, int,
|
||||
|
|
|
@ -42,7 +42,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "gimple.h"
|
||||
#include "timevar.h"
|
||||
#include "dumpfile.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "value-prof.h"
|
||||
#include "except.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -23,7 +23,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "langhooks.h"
|
||||
#include "pointer-set.h"
|
||||
#include "cgraph.h"
|
||||
|
|
|
@ -70,7 +70,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "rtl.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-inline.h"
|
||||
#include "langhooks.h"
|
||||
#include "pointer-set.h"
|
||||
|
|
|
@ -164,7 +164,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "output.h"
|
||||
#include "rtl.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-inline.h"
|
||||
#include "langhooks.h"
|
||||
#include "pointer-set.h"
|
||||
|
|
|
@ -46,7 +46,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "dbgcnt.h"
|
||||
#include "target.h"
|
||||
#include "params.h"
|
||||
#include "tree-flow.h" /* for may_be_aliased */
|
||||
#include "tree-ssa.h" /* for may_be_aliased */
|
||||
|
||||
/* This file contains three techniques for performing Dead Store
|
||||
Elimination (dse).
|
||||
|
|
|
@ -139,7 +139,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "diagnostic.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "tree-pass.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "cfgloop.h"
|
||||
|
||||
/* Provide defaults for stuff that may not be defined when using
|
||||
|
|
|
@ -43,7 +43,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "intl.h"
|
||||
#include "tm_p.h"
|
||||
#include "tree-iterator.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "target.h"
|
||||
#include "common/common-target.h"
|
||||
#include "timevar.h"
|
||||
|
|
|
@ -70,7 +70,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "debug.h"
|
||||
#include "expr.h"
|
||||
#include "tree-pass.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "cgraph.h"
|
||||
#include "coverage.h"
|
||||
#include "df.h"
|
||||
|
|
|
@ -58,7 +58,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "langhooks.h"
|
||||
#include "md5.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
|
||||
/* Nonzero if we are folding constants inside an initializer; zero
|
||||
otherwise. */
|
||||
|
|
|
@ -1736,7 +1736,7 @@ open_base_files (void)
|
|||
"tree.h", "rtl.h", "function.h", "insn-config.h", "expr.h",
|
||||
"hard-reg-set.h", "basic-block.h", "cselib.h", "insn-addr.h",
|
||||
"optabs.h", "libfuncs.h", "debug.h", "ggc.h", "cgraph.h",
|
||||
"tree-flow.h", "reload.h", "cpp-id-data.h", "tree-chrec.h",
|
||||
"tree-ssa.h", "reload.h", "cpp-id-data.h", "tree-chrec.h",
|
||||
"except.h", "output.h", "gimple.h", "cfgloop.h",
|
||||
"target.h", "ipa-prop.h", "lto-streamer.h", "target-globals.h",
|
||||
"ipa-inline.h", "dwarf2out.h", NULL
|
||||
|
|
|
@ -30,7 +30,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "ggc-internal.h"
|
||||
#include "timevar.h"
|
||||
#include "params.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "cfgloop.h"
|
||||
#include "plugin.h"
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "flags.h"
|
||||
#include "function.h"
|
||||
#include "dumpfile.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-ssa-propagate.h"
|
||||
#include "target.h"
|
||||
#include "gimple-fold.h"
|
||||
|
|
|
@ -24,7 +24,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "value-prof.h"
|
||||
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "gimple.h"
|
||||
#include "tree-iterator.h"
|
||||
#include "tree-inline.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "flags.h"
|
||||
#include "function.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -27,7 +27,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "diagnostic.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "hashtab.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "dumpfile.h" /* for dump_flags */
|
||||
#include "gimple.h"
|
||||
#include "value-prof.h"
|
||||
|
|
|
@ -42,7 +42,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree-pass.h"
|
||||
#include "cfgloop.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "domwalk.h"
|
||||
#include "pointer-set.h"
|
||||
#include "expmed.h"
|
||||
|
|
|
@ -24,7 +24,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "data-streamer.h"
|
||||
#include "tree-streamer.h"
|
||||
#include "gimple-streamer.h"
|
||||
|
|
|
@ -23,7 +23,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "data-streamer.h"
|
||||
#include "gimple-streamer.h"
|
||||
#include "lto-streamer.h"
|
||||
|
|
258
gcc/gimple.c
258
gcc/gimple.c
|
@ -30,7 +30,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "basic-block.h"
|
||||
#include "gimple.h"
|
||||
#include "diagnostic.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "value-prof.h"
|
||||
#include "flags.h"
|
||||
#include "alias.h"
|
||||
|
@ -4324,4 +4324,260 @@ build_type_cast (tree to_type, gimple op, enum ssa_mode mode)
|
|||
return build_type_cast (to_type, gimple_assign_lhs (op), mode);
|
||||
}
|
||||
|
||||
|
||||
/* Return true if the conversion from INNER_TYPE to OUTER_TYPE is a
|
||||
useless type conversion, otherwise return false.
|
||||
|
||||
This function implicitly defines the middle-end type system. With
|
||||
the notion of 'a < b' meaning that useless_type_conversion_p (a, b)
|
||||
holds and 'a > b' meaning that useless_type_conversion_p (b, a) holds,
|
||||
the following invariants shall be fulfilled:
|
||||
|
||||
1) useless_type_conversion_p is transitive.
|
||||
If a < b and b < c then a < c.
|
||||
|
||||
2) useless_type_conversion_p is not symmetric.
|
||||
From a < b does not follow a > b.
|
||||
|
||||
3) Types define the available set of operations applicable to values.
|
||||
A type conversion is useless if the operations for the target type
|
||||
is a subset of the operations for the source type. For example
|
||||
casts to void* are useless, casts from void* are not (void* can't
|
||||
be dereferenced or offsetted, but copied, hence its set of operations
|
||||
is a strict subset of that of all other data pointer types). Casts
|
||||
to const T* are useless (can't be written to), casts from const T*
|
||||
to T* are not. */
|
||||
|
||||
bool
|
||||
useless_type_conversion_p (tree outer_type, tree inner_type)
|
||||
{
|
||||
/* Do the following before stripping toplevel qualifiers. */
|
||||
if (POINTER_TYPE_P (inner_type)
|
||||
&& POINTER_TYPE_P (outer_type))
|
||||
{
|
||||
/* Do not lose casts between pointers to different address spaces. */
|
||||
if (TYPE_ADDR_SPACE (TREE_TYPE (outer_type))
|
||||
!= TYPE_ADDR_SPACE (TREE_TYPE (inner_type)))
|
||||
return false;
|
||||
}
|
||||
|
||||
/* From now on qualifiers on value types do not matter. */
|
||||
inner_type = TYPE_MAIN_VARIANT (inner_type);
|
||||
outer_type = TYPE_MAIN_VARIANT (outer_type);
|
||||
|
||||
if (inner_type == outer_type)
|
||||
return true;
|
||||
|
||||
/* If we know the canonical types, compare them. */
|
||||
if (TYPE_CANONICAL (inner_type)
|
||||
&& TYPE_CANONICAL (inner_type) == TYPE_CANONICAL (outer_type))
|
||||
return true;
|
||||
|
||||
/* Changes in machine mode are never useless conversions unless we
|
||||
deal with aggregate types in which case we defer to later checks. */
|
||||
if (TYPE_MODE (inner_type) != TYPE_MODE (outer_type)
|
||||
&& !AGGREGATE_TYPE_P (inner_type))
|
||||
return false;
|
||||
|
||||
/* If both the inner and outer types are integral types, then the
|
||||
conversion is not necessary if they have the same mode and
|
||||
signedness and precision, and both or neither are boolean. */
|
||||
if (INTEGRAL_TYPE_P (inner_type)
|
||||
&& INTEGRAL_TYPE_P (outer_type))
|
||||
{
|
||||
/* Preserve changes in signedness or precision. */
|
||||
if (TYPE_UNSIGNED (inner_type) != TYPE_UNSIGNED (outer_type)
|
||||
|| TYPE_PRECISION (inner_type) != TYPE_PRECISION (outer_type))
|
||||
return false;
|
||||
|
||||
/* Preserve conversions to/from BOOLEAN_TYPE if types are not
|
||||
of precision one. */
|
||||
if (((TREE_CODE (inner_type) == BOOLEAN_TYPE)
|
||||
!= (TREE_CODE (outer_type) == BOOLEAN_TYPE))
|
||||
&& TYPE_PRECISION (outer_type) != 1)
|
||||
return false;
|
||||
|
||||
/* We don't need to preserve changes in the types minimum or
|
||||
maximum value in general as these do not generate code
|
||||
unless the types precisions are different. */
|
||||
return true;
|
||||
}
|
||||
|
||||
/* Scalar floating point types with the same mode are compatible. */
|
||||
else if (SCALAR_FLOAT_TYPE_P (inner_type)
|
||||
&& SCALAR_FLOAT_TYPE_P (outer_type))
|
||||
return true;
|
||||
|
||||
/* Fixed point types with the same mode are compatible. */
|
||||
else if (FIXED_POINT_TYPE_P (inner_type)
|
||||
&& FIXED_POINT_TYPE_P (outer_type))
|
||||
return true;
|
||||
|
||||
/* We need to take special care recursing to pointed-to types. */
|
||||
else if (POINTER_TYPE_P (inner_type)
|
||||
&& POINTER_TYPE_P (outer_type))
|
||||
{
|
||||
/* Do not lose casts to function pointer types. */
|
||||
if ((TREE_CODE (TREE_TYPE (outer_type)) == FUNCTION_TYPE
|
||||
|| TREE_CODE (TREE_TYPE (outer_type)) == METHOD_TYPE)
|
||||
&& !(TREE_CODE (TREE_TYPE (inner_type)) == FUNCTION_TYPE
|
||||
|| TREE_CODE (TREE_TYPE (inner_type)) == METHOD_TYPE))
|
||||
return false;
|
||||
|
||||
/* We do not care for const qualification of the pointed-to types
|
||||
as const qualification has no semantic value to the middle-end. */
|
||||
|
||||
/* Otherwise pointers/references are equivalent. */
|
||||
return true;
|
||||
}
|
||||
|
||||
/* Recurse for complex types. */
|
||||
else if (TREE_CODE (inner_type) == COMPLEX_TYPE
|
||||
&& TREE_CODE (outer_type) == COMPLEX_TYPE)
|
||||
return useless_type_conversion_p (TREE_TYPE (outer_type),
|
||||
TREE_TYPE (inner_type));
|
||||
|
||||
/* Recurse for vector types with the same number of subparts. */
|
||||
else if (TREE_CODE (inner_type) == VECTOR_TYPE
|
||||
&& TREE_CODE (outer_type) == VECTOR_TYPE
|
||||
&& TYPE_PRECISION (inner_type) == TYPE_PRECISION (outer_type))
|
||||
return useless_type_conversion_p (TREE_TYPE (outer_type),
|
||||
TREE_TYPE (inner_type));
|
||||
|
||||
else if (TREE_CODE (inner_type) == ARRAY_TYPE
|
||||
&& TREE_CODE (outer_type) == ARRAY_TYPE)
|
||||
{
|
||||
/* Preserve string attributes. */
|
||||
if (TYPE_STRING_FLAG (inner_type) != TYPE_STRING_FLAG (outer_type))
|
||||
return false;
|
||||
|
||||
/* Conversions from array types with unknown extent to
|
||||
array types with known extent are not useless. */
|
||||
if (!TYPE_DOMAIN (inner_type)
|
||||
&& TYPE_DOMAIN (outer_type))
|
||||
return false;
|
||||
|
||||
/* Nor are conversions from array types with non-constant size to
|
||||
array types with constant size or to different size. */
|
||||
if (TYPE_SIZE (outer_type)
|
||||
&& TREE_CODE (TYPE_SIZE (outer_type)) == INTEGER_CST
|
||||
&& (!TYPE_SIZE (inner_type)
|
||||
|| TREE_CODE (TYPE_SIZE (inner_type)) != INTEGER_CST
|
||||
|| !tree_int_cst_equal (TYPE_SIZE (outer_type),
|
||||
TYPE_SIZE (inner_type))))
|
||||
return false;
|
||||
|
||||
/* Check conversions between arrays with partially known extents.
|
||||
If the array min/max values are constant they have to match.
|
||||
Otherwise allow conversions to unknown and variable extents.
|
||||
In particular this declares conversions that may change the
|
||||
mode to BLKmode as useless. */
|
||||
if (TYPE_DOMAIN (inner_type)
|
||||
&& TYPE_DOMAIN (outer_type)
|
||||
&& TYPE_DOMAIN (inner_type) != TYPE_DOMAIN (outer_type))
|
||||
{
|
||||
tree inner_min = TYPE_MIN_VALUE (TYPE_DOMAIN (inner_type));
|
||||
tree outer_min = TYPE_MIN_VALUE (TYPE_DOMAIN (outer_type));
|
||||
tree inner_max = TYPE_MAX_VALUE (TYPE_DOMAIN (inner_type));
|
||||
tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type));
|
||||
|
||||
/* After gimplification a variable min/max value carries no
|
||||
additional information compared to a NULL value. All that
|
||||
matters has been lowered to be part of the IL. */
|
||||
if (inner_min && TREE_CODE (inner_min) != INTEGER_CST)
|
||||
inner_min = NULL_TREE;
|
||||
if (outer_min && TREE_CODE (outer_min) != INTEGER_CST)
|
||||
outer_min = NULL_TREE;
|
||||
if (inner_max && TREE_CODE (inner_max) != INTEGER_CST)
|
||||
inner_max = NULL_TREE;
|
||||
if (outer_max && TREE_CODE (outer_max) != INTEGER_CST)
|
||||
outer_max = NULL_TREE;
|
||||
|
||||
/* Conversions NULL / variable <- cst are useless, but not
|
||||
the other way around. */
|
||||
if (outer_min
|
||||
&& (!inner_min
|
||||
|| !tree_int_cst_equal (inner_min, outer_min)))
|
||||
return false;
|
||||
if (outer_max
|
||||
&& (!inner_max
|
||||
|| !tree_int_cst_equal (inner_max, outer_max)))
|
||||
return false;
|
||||
}
|
||||
|
||||
/* Recurse on the element check. */
|
||||
return useless_type_conversion_p (TREE_TYPE (outer_type),
|
||||
TREE_TYPE (inner_type));
|
||||
}
|
||||
|
||||
else if ((TREE_CODE (inner_type) == FUNCTION_TYPE
|
||||
|| TREE_CODE (inner_type) == METHOD_TYPE)
|
||||
&& TREE_CODE (inner_type) == TREE_CODE (outer_type))
|
||||
{
|
||||
tree outer_parm, inner_parm;
|
||||
|
||||
/* If the return types are not compatible bail out. */
|
||||
if (!useless_type_conversion_p (TREE_TYPE (outer_type),
|
||||
TREE_TYPE (inner_type)))
|
||||
return false;
|
||||
|
||||
/* Method types should belong to a compatible base class. */
|
||||
if (TREE_CODE (inner_type) == METHOD_TYPE
|
||||
&& !useless_type_conversion_p (TYPE_METHOD_BASETYPE (outer_type),
|
||||
TYPE_METHOD_BASETYPE (inner_type)))
|
||||
return false;
|
||||
|
||||
/* A conversion to an unprototyped argument list is ok. */
|
||||
if (!prototype_p (outer_type))
|
||||
return true;
|
||||
|
||||
/* If the unqualified argument types are compatible the conversion
|
||||
is useless. */
|
||||
if (TYPE_ARG_TYPES (outer_type) == TYPE_ARG_TYPES (inner_type))
|
||||
return true;
|
||||
|
||||
for (outer_parm = TYPE_ARG_TYPES (outer_type),
|
||||
inner_parm = TYPE_ARG_TYPES (inner_type);
|
||||
outer_parm && inner_parm;
|
||||
outer_parm = TREE_CHAIN (outer_parm),
|
||||
inner_parm = TREE_CHAIN (inner_parm))
|
||||
if (!useless_type_conversion_p
|
||||
(TYPE_MAIN_VARIANT (TREE_VALUE (outer_parm)),
|
||||
TYPE_MAIN_VARIANT (TREE_VALUE (inner_parm))))
|
||||
return false;
|
||||
|
||||
/* If there is a mismatch in the number of arguments the functions
|
||||
are not compatible. */
|
||||
if (outer_parm || inner_parm)
|
||||
return false;
|
||||
|
||||
/* Defer to the target if necessary. */
|
||||
if (TYPE_ATTRIBUTES (inner_type) || TYPE_ATTRIBUTES (outer_type))
|
||||
return comp_type_attributes (outer_type, inner_type) != 0;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
/* For aggregates we rely on TYPE_CANONICAL exclusively and require
|
||||
explicit conversions for types involving to be structurally
|
||||
compared types. */
|
||||
else if (AGGREGATE_TYPE_P (inner_type)
|
||||
&& TREE_CODE (inner_type) == TREE_CODE (outer_type))
|
||||
return false;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
/* Return true if a conversion from either type of TYPE1 and TYPE2
|
||||
to the other is not required. Otherwise return false. */
|
||||
|
||||
bool
|
||||
types_compatible_p (tree type1, tree type2)
|
||||
{
|
||||
return (type1 == type2
|
||||
|| (useless_type_conversion_p (type1, type2)
|
||||
&& useless_type_conversion_p (type2, type1)));
|
||||
}
|
||||
|
||||
|
||||
#include "gt-gimple.h"
|
||||
|
|
|
@ -922,6 +922,8 @@ extern bool gimple_ior_addresses_taken (bitmap, gimple);
|
|||
extern bool gimple_call_builtin_p (gimple, enum built_in_class);
|
||||
extern bool gimple_call_builtin_p (gimple, enum built_in_function);
|
||||
extern bool gimple_asm_clobbers_memory_p (const_gimple);
|
||||
extern bool useless_type_conversion_p (tree, tree);
|
||||
extern bool types_compatible_p (tree, tree);
|
||||
|
||||
/* In gimplify.c */
|
||||
extern tree create_tmp_var_raw (tree, const char *);
|
||||
|
@ -1098,12 +1100,6 @@ extern tree gimple_assign_rhs_to_tree (gimple);
|
|||
/* In builtins.c */
|
||||
extern bool validate_gimple_arglist (const_gimple, ...);
|
||||
|
||||
/* In tree-ssa.c */
|
||||
extern bool tree_ssa_useless_type_conversion (tree);
|
||||
extern tree tree_ssa_strip_useless_type_conversions (tree);
|
||||
extern bool useless_type_conversion_p (tree, tree);
|
||||
extern bool types_compatible_p (tree, tree);
|
||||
|
||||
/* In tree-ssa-coalesce.c */
|
||||
extern bool gimple_can_coalesce_p (tree, tree);
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree-inline.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "langhooks.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "cgraph.h"
|
||||
#include "timevar.h"
|
||||
#include "hashtab.h"
|
||||
|
|
|
@ -34,7 +34,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "dumpfile.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-chrec.h"
|
||||
|
|
|
@ -35,7 +35,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-chrec.h"
|
||||
|
|
|
@ -33,7 +33,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-chrec.h"
|
||||
|
|
|
@ -35,7 +35,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "dumpfile.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-chrec.h"
|
||||
|
|
|
@ -32,7 +32,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "dumpfile.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-chrec.h"
|
||||
|
|
|
@ -35,7 +35,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "dumpfile.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "cfgloop.h"
|
||||
|
|
|
@ -31,7 +31,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-chrec.h"
|
||||
#include "tree-data-ref.h"
|
||||
|
|
|
@ -33,7 +33,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-chrec.h"
|
||||
|
|
|
@ -47,7 +47,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-dump.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-chrec.h"
|
||||
|
|
|
@ -108,7 +108,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "gimple.h"
|
||||
#include "cgraph.h"
|
||||
#include "ipa-prop.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "flags.h"
|
||||
#include "diagnostic.h"
|
||||
|
|
|
@ -79,7 +79,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree-pass.h"
|
||||
#include "coverage.h"
|
||||
#include "ggc.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "ipa-prop.h"
|
||||
#include "lto-streamer.h"
|
||||
#include "data-streamer.h"
|
||||
|
|
|
@ -38,7 +38,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "intl.h"
|
||||
#include "coverage.h"
|
||||
#include "ggc.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "ipa-prop.h"
|
||||
#include "ipa-inline.h"
|
||||
#include "tree-inline.h"
|
||||
|
|
|
@ -107,7 +107,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coverage.h"
|
||||
#include "ggc.h"
|
||||
#include "rtl.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "ipa-prop.h"
|
||||
#include "except.h"
|
||||
#include "target.h"
|
||||
|
|
|
@ -26,7 +26,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "target.h"
|
||||
#include "cgraph.h"
|
||||
#include "ipa-prop.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "tree-inline.h"
|
||||
#include "ipa-inline.h"
|
||||
|
|
|
@ -36,7 +36,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-inline.h"
|
||||
#include "tree-pass.h"
|
||||
#include "langhooks.h"
|
||||
|
|
|
@ -41,7 +41,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-inline.h"
|
||||
#include "tree-pass.h"
|
||||
#include "pointer-set.h"
|
||||
|
|
|
@ -81,7 +81,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "target.h"
|
||||
#include "cgraph.h"
|
||||
#include "ipa-prop.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "flags.h"
|
||||
#include "diagnostic.h"
|
||||
|
|
|
@ -23,7 +23,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-inline.h"
|
||||
#include "dumpfile.h"
|
||||
#include "langhooks.h"
|
||||
|
|
|
@ -30,7 +30,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "flags.h"
|
||||
#include "df.h"
|
||||
#include "ggc.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
|
||||
|
||||
/* Apply FLAGS to the loop state. */
|
||||
|
|
|
@ -32,7 +32,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "hashtab.h"
|
||||
#include "langhooks.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "cgraph.h"
|
||||
#include "function.h"
|
||||
#include "ggc.h"
|
||||
|
|
|
@ -30,7 +30,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "input.h"
|
||||
#include "hashtab.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "cgraph.h"
|
||||
#include "function.h"
|
||||
#include "ggc.h"
|
||||
|
|
|
@ -29,7 +29,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "input.h"
|
||||
#include "hashtab.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "cgraph.h"
|
||||
#include "function.h"
|
||||
#include "ggc.h"
|
||||
|
|
|
@ -32,7 +32,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "input.h"
|
||||
#include "hashtab.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "cgraph.h"
|
||||
#include "function.h"
|
||||
|
|
|
@ -31,7 +31,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "input.h"
|
||||
#include "hashtab.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "cgraph.h"
|
||||
#include "function.h"
|
||||
|
|
|
@ -28,7 +28,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "flags.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "bitmap.h"
|
||||
#include "vec.h"
|
||||
|
|
|
@ -32,7 +32,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree-inline.h"
|
||||
#include "langhooks.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "flags.h"
|
||||
#include "function.h"
|
||||
#include "expr.h"
|
||||
|
|
|
@ -61,7 +61,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coverage.h"
|
||||
#include "value-prof.h"
|
||||
#include "tree-inline.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "tree-dump.h"
|
||||
#include "df.h"
|
||||
|
|
|
@ -50,7 +50,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "params.h"
|
||||
#include "target.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "ggc.h"
|
||||
#include "tree-pass.h"
|
||||
#include "tree-scalar-evolution.h"
|
||||
|
|
|
@ -28,7 +28,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree-iterator.h"
|
||||
#include "diagnostic.h"
|
||||
#include "gimple-pretty-print.h" /* FIXME */
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-dump.h"
|
||||
#include "dumpfile.h"
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coverage.h"
|
||||
#include "value-prof.h"
|
||||
#include "tree.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "cfgloop.h"
|
||||
#include "dumpfile.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "hash-table.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-chrec.h"
|
||||
#include "tree-data-ref.h"
|
||||
|
|
|
@ -68,7 +68,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "recog.h"
|
||||
#include "intl.h"
|
||||
#include "opts.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-ssa-alias.h"
|
||||
#include "insn-codes.h"
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
#include "params.h"
|
||||
#include "coverage.h"
|
||||
#include "tree-pass.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-inline.h"
|
||||
#include "cfgloop.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "hash-table.h"
|
||||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "tree-inline.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -25,7 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "basic-block.h"
|
||||
#include "tree.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-pass.h"
|
||||
#include "flags.h"
|
||||
|
|
|
@ -30,7 +30,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "function.h"
|
||||
#include "ggc.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-dump.h"
|
||||
#include "tree-pass.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -29,7 +29,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "function.h"
|
||||
#include "ggc.h"
|
||||
#include "langhooks.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "except.h"
|
||||
#include "cfgloop.h"
|
||||
|
|
|
@ -28,7 +28,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-chrec.h"
|
||||
#include "dumpfile.h"
|
||||
#include "params.h"
|
||||
|
|
|
@ -23,7 +23,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm.h"
|
||||
#include "tree.h"
|
||||
#include "flags.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-iterator.h"
|
||||
#include "tree-pass.h"
|
||||
|
|
|
@ -77,7 +77,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-data-ref.h"
|
||||
#include "tree-scalar-evolution.h"
|
||||
|
|
|
@ -33,7 +33,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "function.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-inline.h"
|
||||
#include "tree-pass.h"
|
||||
#include "convert.h"
|
||||
|
|
|
@ -27,7 +27,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "function.h"
|
||||
#include "except.h"
|
||||
#include "pointer-set.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-inline.h"
|
||||
#include "tree-pass.h"
|
||||
#include "langhooks.h"
|
||||
|
|
|
@ -23,7 +23,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-pass.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "cgraph.h"
|
||||
#include "langhooks.h"
|
||||
#include "target.h"
|
||||
|
|
|
@ -1158,30 +1158,6 @@ gimple_ssa_operands (const struct function *fun)
|
|||
return &fun->gimple_df->ssa_operands;
|
||||
}
|
||||
|
||||
/* Given an edge_var_map V, return the PHI arg definition. */
|
||||
|
||||
static inline tree
|
||||
redirect_edge_var_map_def (edge_var_map *v)
|
||||
{
|
||||
return v->def;
|
||||
}
|
||||
|
||||
/* Given an edge_var_map V, return the PHI result. */
|
||||
|
||||
static inline tree
|
||||
redirect_edge_var_map_result (edge_var_map *v)
|
||||
{
|
||||
return v->result;
|
||||
}
|
||||
|
||||
/* Given an edge_var_map V, return the PHI arg location. */
|
||||
|
||||
static inline source_location
|
||||
redirect_edge_var_map_location (edge_var_map *v)
|
||||
{
|
||||
return v->locus;
|
||||
}
|
||||
|
||||
|
||||
/* Return an SSA_NAME node for variable VAR defined in statement STMT
|
||||
in function cfun. */
|
||||
|
|
|
@ -465,47 +465,8 @@ extern bool gimple_seq_may_fallthru (gimple_seq);
|
|||
extern bool gimple_stmt_may_fallthru (gimple);
|
||||
extern bool gimple_check_call_matching_types (gimple, tree, bool);
|
||||
|
||||
|
||||
/* In tree-ssa.c */
|
||||
|
||||
/* Mapping for redirected edges. */
|
||||
struct _edge_var_map {
|
||||
tree result; /* PHI result. */
|
||||
tree def; /* PHI arg definition. */
|
||||
source_location locus; /* PHI arg location. */
|
||||
};
|
||||
typedef struct _edge_var_map edge_var_map;
|
||||
|
||||
|
||||
/* A vector of var maps. */
|
||||
typedef vec<edge_var_map, va_heap, vl_embed> edge_var_map_vector;
|
||||
|
||||
extern void init_tree_ssa (struct function *);
|
||||
extern void redirect_edge_var_map_add (edge, tree, tree, source_location);
|
||||
extern void redirect_edge_var_map_clear (edge);
|
||||
extern void redirect_edge_var_map_dup (edge, edge);
|
||||
extern edge_var_map_vector *redirect_edge_var_map_vector (edge);
|
||||
extern void redirect_edge_var_map_destroy (void);
|
||||
|
||||
extern edge ssa_redirect_edge (edge, basic_block);
|
||||
extern void flush_pending_stmts (edge);
|
||||
extern void verify_ssa (bool);
|
||||
extern void delete_tree_ssa (void);
|
||||
/* In tree-ssa-uninit.c */
|
||||
extern bool ssa_undefined_value_p (tree);
|
||||
extern void warn_uninit (enum opt_code, tree, tree, tree, const char *, void *);
|
||||
extern unsigned int warn_uninitialized_vars (bool);
|
||||
extern void execute_update_addresses_taken (void);
|
||||
|
||||
/* Call-back function for walk_use_def_chains(). At each reaching
|
||||
definition, a function with this prototype is called. */
|
||||
typedef bool (*walk_use_def_chains_fn) (tree, gimple, void *);
|
||||
|
||||
extern void walk_use_def_chains (tree, walk_use_def_chains_fn, void *, bool);
|
||||
|
||||
void insert_debug_temps_for_defs (gimple_stmt_iterator *);
|
||||
void insert_debug_temp_for_var_def (gimple_stmt_iterator *, tree);
|
||||
void reset_debug_uses (gimple);
|
||||
void release_defs_bitset (bitmap toremove);
|
||||
|
||||
/* In tree-into-ssa.c */
|
||||
void update_ssa (unsigned);
|
||||
|
|
|
@ -88,7 +88,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "flags.h"
|
||||
#include "basic-block.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-chrec.h"
|
||||
#include "tree-data-ref.h"
|
||||
|
|
|
@ -36,9 +36,9 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "cgraph.h"
|
||||
#include "intl.h"
|
||||
#include "tree-mudflap.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "function.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "except.h"
|
||||
#include "debug.h"
|
||||
|
|
|
@ -30,7 +30,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "function.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "bitmap.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-inline.h"
|
||||
#include "hash-table.h"
|
||||
|
|
|
@ -44,7 +44,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-chrec.h"
|
||||
#include "tree-data-ref.h"
|
||||
|
|
|
@ -32,7 +32,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree-inline.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-iterator.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-mudflap.h"
|
||||
#include "tree-pass.h"
|
||||
#include "hashtab.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "tree-inline.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-iterator.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "cgraph.h"
|
||||
#include "expr.h" /* FIXME: For STACK_SAVEAREA_MODE and SAVE_NONLOCAL. */
|
||||
#include "langhooks.h"
|
||||
|
|
|
@ -25,7 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "function.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "langhooks.h"
|
||||
#include "flags.h" /* For "optimize" in gate_pass_return_slot.
|
||||
|
|
|
@ -25,7 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "tree-ssa-propagate.h"
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "flags.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "function.h"
|
||||
#include "langhooks.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -27,7 +27,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "basic-block.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "bitmap.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "dumpfile.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "ssaexpand.h"
|
||||
|
|
|
@ -22,7 +22,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-data-ref.h"
|
||||
#include "tree-scalar-evolution.h"
|
||||
|
|
|
@ -24,7 +24,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "ggc.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "diagnostic-core.h"
|
||||
#include "gimple.h"
|
||||
|
||||
|
|
|
@ -191,7 +191,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "tm_p.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "ggc.h"
|
||||
#include "tree-data-ref.h"
|
||||
#include "tree-scalar-evolution.h"
|
||||
|
|
|
@ -25,7 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "hashtab.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "langhooks.h"
|
||||
#include "tree-iterator.h"
|
||||
#include "tree-chrec.h"
|
||||
|
|
|
@ -34,7 +34,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "diagnostic-core.h"
|
||||
#include "coverage.h"
|
||||
#include "tree.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "value-prof.h"
|
||||
#include "cgraph.h"
|
||||
|
|
|
@ -258,7 +258,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "coretypes.h"
|
||||
#include "hash-table.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "cfgloop.h"
|
||||
#include "tree-chrec.h"
|
||||
#include "tree-scalar-evolution.h"
|
||||
|
|
|
@ -80,7 +80,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "gimple.h"
|
||||
#include "cgraph.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "ipa-prop.h"
|
||||
#include "statistics.h"
|
||||
|
|
|
@ -28,7 +28,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tm_p.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "dumpfile.h"
|
||||
#include "flags.h"
|
||||
#include "tree-inline.h"
|
||||
|
|
|
@ -34,7 +34,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree-pretty-print.h"
|
||||
#include "dumpfile.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-inline.h"
|
||||
#include "params.h"
|
||||
#include "vec.h"
|
||||
|
|
|
@ -119,7 +119,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "basic-block.h"
|
||||
#include "function.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "tree-ssa-propagate.h"
|
||||
#include "value-prof.h"
|
||||
|
|
|
@ -27,7 +27,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree-pretty-print.h"
|
||||
#include "bitmap.h"
|
||||
#include "dumpfile.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "hash-table.h"
|
||||
#include "tree-ssa-live.h"
|
||||
#include "diagnostic-core.h"
|
||||
|
|
|
@ -27,7 +27,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "basic-block.h"
|
||||
#include "function.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "tree-pass.h"
|
||||
#include "tree-ssa-propagate.h"
|
||||
#include "langhooks.h"
|
||||
|
|
|
@ -29,7 +29,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "function.h"
|
||||
#include "tree-pretty-print.h"
|
||||
#include "bitmap.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-inline.h"
|
||||
#include "hashtab.h"
|
||||
|
|
|
@ -50,7 +50,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "tree.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "basic-block.h"
|
||||
#include "tree-flow.h"
|
||||
#include "tree-ssa.h"
|
||||
#include "gimple.h"
|
||||
#include "tree-pass.h"
|
||||
#include "flags.h"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue