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

  /src/external/gpl3/gcc/dist/gcc/
final.cc 4377 class pass_shorten_branches : public rtl_opt_pass
4380 pass_shorten_branches (gcc::context *ctxt)
4390 }; // class pass_shorten_branches
4397 return new pass_shorten_branches (ctxt);
4358 class pass_shorten_branches : public rtl_opt_pass class in namespace:__anon13594
4361 pass_shorten_branches (gcc::context *ctxt) function in class:__anon13594::pass_shorten_branches
  /src/external/gpl3/gcc.old/dist/gcc/
final.cc 4422 class pass_shorten_branches : public rtl_opt_pass
4425 pass_shorten_branches (gcc::context *ctxt)
4435 }; // class pass_shorten_branches
4442 return new pass_shorten_branches (ctxt);
4403 class pass_shorten_branches : public rtl_opt_pass class in namespace:__anon16030
4406 pass_shorten_branches (gcc::context *ctxt) function in class:__anon16030::pass_shorten_branches

Completed in 38 milliseconds