Home
last modified time | relevance | path

Searched refs:timevar_pop (Results 1 – 25 of 45) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/
HDtimevar.h83 #define POP_TIMEVAR_AND_RETURN(TV, E) do { timevar_pop (TV); return (E); }while(0)
84 #define timevar_pop(TV) do { if (timevar_enable) timevar_pop_1 (TV); }while(0) macro
HDpasses.c175 timevar_pop (TV_VARCONST); in rest_of_decl_compilation()
184 timevar_pop (TV_SYMOUT); in rest_of_decl_compilation()
204 timevar_pop (TV_SYMOUT); in rest_of_type_compilation()
246 timevar_pop (TV_DUMP); in finish_optimization_passes()
887 timevar_pop (pass->tv_id); in execute_one_pass()
HDtree-optimize.c439 timevar_pop (TV_INTEGRATION); in tree_rest_of_compilation()
516 timevar_pop (TV_EXPAND); in tree_rest_of_compilation()
HDcgraphunit.c303 timevar_pop (TV_CGRAPH); in cgraph_varpool_analyze_pending_decls()
851 timevar_pop (TV_CGRAPH_VERIFY); in verify_cgraph_node()
939 timevar_pop (TV_SYMOUT); in cgraph_varpool_output_debug_info()
1193 timevar_pop (TV_CGRAPH); in cgraph_finalize_compilation_unit()
1583 timevar_pop (TV_CGRAPHOPT); in cgraph_optimize()
HDtoplev.c894 timevar_pop (TV_SYMOUT); in emit_debug_global_declarations()
1079 timevar_pop (TV_PARSE); in compile_file()
1113 timevar_pop (TV_SYMOUT); in compile_file()
1977 timevar_pop (TV_SYMOUT); in lang_dependent_init()
HDtree-into-ssa.c702 timevar_pop (TV_TREE_SSA_INCREMENTAL); in add_new_name_mapping()
1223 timevar_pop (TV_TREE_INSERT_PHI_NODES); in insert_phi_nodes()
1986 timevar_pop (TV_TREE_SSA_REWRITE_BLOCKS); in rewrite_blocks()
2124 timevar_pop (TV_TREE_SSA_OTHER); in rewrite_into_ssa()
3156 timevar_pop (TV_TREE_SSA_INCREMENTAL); in update_ssa()
HDtree-cfgcleanup.c597 timevar_pop (TV_TREE_CLEANUP_CFG); in cleanup_tree_cfg()
HDgcse.c725 timevar_pop (TV_CPROP1); in gcse_main()
746 timevar_pop (TV_PRE); in gcse_main()
772 timevar_pop (TV_HOIST); in gcse_main()
793 timevar_pop (TV_CPROP2); in gcse_main()
815 timevar_pop (TV_LSM); in gcse_main()
6685 timevar_pop (TV_CSE); in rest_of_handle_gcse()
6697 timevar_pop (TV_JUMP); in rest_of_handle_gcse()
HDtree-ssa-dce.c891 timevar_pop (TV_CONTROL_DEPENDENCES); in perform_tree_ssa_dce()
HDcfgbuild.c575 timevar_pop (TV_CFG); in find_basic_blocks()
HDc-lex.c489 timevar_pop (TV_CPP); in c_lex_with_flags()
HDcfganal.c1077 timevar_pop (TV_DOM_FRONTIERS); in compute_dominance_frontiers()
HDcfghooks.c228 timevar_pop (TV_CFG_VERIFY); in verify_flow_info()
HDlocal-alloc.c2561 timevar_pop (TV_JUMP); in rest_of_handle_local_alloc()
2569 timevar_pop (TV_DUMP); in rest_of_handle_local_alloc()
HDggc-zone.c1881 timevar_pop (TV_GC); in ggc_collect()
1950 timevar_pop (TV_GC); in ggc_collect()
HDtree-ssa.c802 timevar_pop (TV_TREE_SSA_VERIFY); in verify_ssa()
HDdominance.c649 timevar_pop (TV_DOMINANCE); in calculate_dominance_info()
HDipa-inline.c1076 timevar_pop (TV_INLINE_HEURISTICS); in cgraph_decide_inlining()
HDjump.c96 timevar_pop (TV_REBUILD_JUMP); in rebuild_jump_labels()
HDbb-reorder.c2220 timevar_pop (TV_TRACER); in rest_of_handle_reorder_blocks()
HDggc-page.c1916 timevar_pop (TV_GC); in ggc_collect()
HDalias.c2624 timevar_pop (TV_ALIAS_ANALYSIS); in init_alias_analysis()
HDcfgcleanup.c2266 timevar_pop (TV_CLEANUP_CFG); in cleanup_cfg()
HDtree-ssa-operands.c2223 timevar_pop (TV_TREE_OPS); in update_stmt_operands()
/freebsd-11-stable/contrib/gcc/cp/
HDname-lookup.c2494 timevar_pop (TV_NAME_LOOKUP); in poplevel_class()
2929 timevar_pop (TV_NAME_LOOKUP); in set_namespace_binding()
3130 timevar_pop (TV_NAME_LOOKUP); in push_namespace_with_attribs()
3173 timevar_pop (TV_NAME_LOOKUP); in pop_nested_namespace()
3288 timevar_pop (TV_NAME_LOOKUP); in add_using_namespace()
3300 timevar_pop (TV_NAME_LOOKUP); in add_using_namespace()
3323 timevar_pop (TV_NAME_LOOKUP); in add_using_namespace()
5037 timevar_pop (TV_NAME_LOOKUP); in store_bindings()
5053 timevar_pop (TV_NAME_LOOKUP); in store_class_bindings()
5123 timevar_pop (TV_NAME_LOOKUP); in push_to_top_level()
[all …]

12