Home
last modified time | relevance | path

Searched refs:pass_isolate_erroneous_paths (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-isolate-paths.cc964 class pass_isolate_erroneous_paths : public gimple_opt_pass class
967 pass_isolate_erroneous_paths (gcc::context *ctxt) in pass_isolate_erroneous_paths() function in __anonfe9fedfb0111::pass_isolate_erroneous_paths
972 opt_pass * clone () { return new pass_isolate_erroneous_paths (m_ctxt); } in clone()
993 return new pass_isolate_erroneous_paths (ctxt); in make_pass_isolate_erroneous_paths()
H A Dpasses.def248 NEXT_PASS (pass_isolate_erroneous_paths);
H A DChangeLog-20139406 * gimple-ssa-isolate-paths.c (pass_isolate_erroneous_paths): Comment
10668 * passes.def: Add pass_isolate_erroneous_paths.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-isolate-paths.c959 class pass_isolate_erroneous_paths : public gimple_opt_pass
962 pass_isolate_erroneous_paths (gcc::context *ctxt) in pass_isolate_erroneous_paths() function
967 opt_pass * clone () { return new pass_isolate_erroneous_paths (m_ctxt); } in clone()
988 return new pass_isolate_erroneous_paths (ctxt); in make_pass_isolate_erroneous_paths()
H A Dpasses.def235 NEXT_PASS (pass_isolate_erroneous_paths);