Searched refs:GlobalCodeMotion (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp409 void GlobalCodeMotion( Matcher &m, uint unique, Node_List &proj_list );
H A Dgcm.cpp1249 //------------------------------GlobalCodeMotion-------------------------------
1250 void PhaseCFG::GlobalCodeMotion( Matcher &matcher, uint unique, Node_List &proj_list ) { function in class:PhaseCFG
1255 tty->print("\n---- Start GlobalCodeMotion ----\n");
1366 tty->print("\n---- After GlobalCodeMotion ----\n");
H A Dcompile.cpp2129 cfg.GlobalCodeMotion(m,unique(),proj_list);

Completed in 72 milliseconds