HomeSort by: relevance | last modified time | path
    Searched defs:tree_topn_values_profiler_fn (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-profile.cc 65 static GTY(()) tree tree_topn_values_profiler_fn; variable
170 tree_topn_values_profiler_fn
174 TREE_NOTHROW (tree_topn_values_profiler_fn) = 1;
175 DECL_ATTRIBUTES (tree_topn_values_profiler_fn)
177 DECL_ATTRIBUTES (tree_topn_values_profiler_fn));
231 DECL_ASSEMBLER_NAME (tree_topn_values_profiler_fn);
355 call = gimple_build_call (tree_topn_values_profiler_fn, 2, ref_ptr, val);
  /src/external/gpl3/gcc/dist/gcc/
tree-profile.cc 66 static GTY(()) tree tree_topn_values_profiler_fn; variable
1270 tree_topn_values_profiler_fn
1274 TREE_NOTHROW (tree_topn_values_profiler_fn) = 1;
1275 DECL_ATTRIBUTES (tree_topn_values_profiler_fn)
1277 DECL_ATTRIBUTES (tree_topn_values_profiler_fn));
1331 DECL_ASSEMBLER_NAME (tree_topn_values_profiler_fn);
1522 call = gimple_build_call (tree_topn_values_profiler_fn, 2, ref_ptr, val);

Completed in 45 milliseconds