Searched refs:tree_pow2_profiler_fn (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-profile.c61 static GTY(()) tree tree_pow2_profiler_fn; variable
154 tree_pow2_profiler_fn = build_fn_decl (fn_name, pow2_profiler_fn_type);
156 TREE_NOTHROW (tree_pow2_profiler_fn) = 1;
157 DECL_ATTRIBUTES (tree_pow2_profiler_fn)
159 DECL_ATTRIBUTES (tree_pow2_profiler_fn));
227 DECL_ASSEMBLER_NAME (tree_pow2_profiler_fn);
332 call = gimple_build_call (tree_pow2_profiler_fn, 2, ref_ptr, val);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-profile.cc64 static GTY(()) tree tree_pow2_profiler_fn; variable
157 tree_pow2_profiler_fn = build_fn_decl (fn_name, pow2_profiler_fn_type);
159 TREE_NOTHROW (tree_pow2_profiler_fn) = 1;
160 DECL_ATTRIBUTES (tree_pow2_profiler_fn)
162 DECL_ATTRIBUTES (tree_pow2_profiler_fn));
230 DECL_ASSEMBLER_NAME (tree_pow2_profiler_fn);
335 call = gimple_build_call (tree_pow2_profiler_fn, 2, ref_ptr, val);

Completed in 117 milliseconds