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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-isolate-paths.cc 983 class pass_isolate_erroneous_paths : public gimple_opt_pass class in namespace:__anon13740
986 pass_isolate_erroneous_paths (gcc::context *ctxt) function in class:__anon13740::pass_isolate_erroneous_paths
993 return new pass_isolate_erroneous_paths (m_ctxt);
1009 }; // class pass_isolate_erroneous_paths
1015 return new pass_isolate_erroneous_paths (ctxt);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-isolate-paths.cc 981 class pass_isolate_erroneous_paths : public gimple_opt_pass class in namespace:__anon16170
984 pass_isolate_erroneous_paths (gcc::context *ctxt) function in class:__anon16170::pass_isolate_erroneous_paths
989 opt_pass * clone () { return new pass_isolate_erroneous_paths (m_ctxt); }
1004 }; // class pass_isolate_erroneous_paths
1010 return new pass_isolate_erroneous_paths (ctxt);

Completed in 16 milliseconds