HomeSort by: relevance | last modified time | path
    Searched refs:get_loop_hot_path (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
cfgloopanal.cc 504 get_loop_hot_path (const class loop *loop) function
cfgloop.h 897 extern auto_vec<basic_block> get_loop_hot_path (const class loop *loop);
tree-ssa-loop-ivcanon.cc 221 auto_vec<basic_block> path = get_loop_hot_path (loop);
  /src/external/gpl3/gcc/dist/gcc/
cfgloopanal.cc 595 get_loop_hot_path (const class loop *loop) function
cfgloop.h 905 extern auto_vec<basic_block> get_loop_hot_path (const class loop *loop);
tree-ssa-loop-ivcanon.cc 266 auto_vec<basic_block> path = get_loop_hot_path (loop);

Completed in 24 milliseconds