Searched refs:opt_problem (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | opt-problem.h | 119 class opt_problem 122 static opt_problem *get_singleton () { return s_the_problem; } in get_singleton() 124 opt_problem (const dump_location_t &loc, 138 static opt_problem *s_the_problem; 157 opt_problem *get_problem () const { return opt_problem::get_singleton (); } in get_problem() 160 opt_wrapper (wrapped_t result, opt_problem */*problem*/) in opt_wrapper() argument 192 opt_problem *problem = NULL; in failure_at() 197 problem = new opt_problem (loc, fmt, &ap); in failure_at() 216 opt_result (wrapped_t result, opt_problem *problem) in opt_result() 250 opt_problem *problem = NULL; in failure_at() [all …]
|
H A D | opt-problem.cc | 43 opt_problem::opt_problem (const dump_location_t &loc, in opt_problem() function in opt_problem 82 opt_problem::emit_and_clear () in emit_and_clear() 94 opt_problem *opt_problem::s_the_problem; 234 opt_problem *problem = res.get_problem (); in test_opt_result_failure_at()
|
H A D | tree-vectorizer.cc | 1055 if (opt_problem *problem = loop_vinfo.get_problem ()) in try_vectorize_loop_1()
|
H A D | ChangeLog-2018 | 2831 * opt-problem.cc (opt_problem::opt_problem): Update for change to
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | opt-problem.h | 119 class opt_problem 122 static opt_problem *get_singleton () { return s_the_problem; } in get_singleton() 124 opt_problem (const dump_location_t &loc, 138 static opt_problem *s_the_problem; 157 opt_problem *get_problem () const { return opt_problem::get_singleton (); } in get_problem() 160 opt_wrapper (wrapped_t result, opt_problem */*problem*/) in opt_wrapper() argument 192 opt_problem *problem = NULL; in failure_at() 197 problem = new opt_problem (loc, fmt, &ap); in failure_at() 216 opt_result (wrapped_t result, opt_problem *problem) in opt_result() 250 opt_problem *problem = NULL; in failure_at() [all …]
|
H A D | opt-problem.cc | 43 opt_problem::opt_problem (const dump_location_t &loc, in opt_problem() function in opt_problem 82 opt_problem::emit_and_clear () in emit_and_clear() 94 opt_problem *opt_problem::s_the_problem; 234 opt_problem *problem = res.get_problem (); in test_opt_result_failure_at()
|
H A D | tree-vectorizer.c | 898 if (opt_problem *problem = loop_vinfo.get_problem ()) in try_vectorize_loop_1()
|