Searched defs:hoist_to_cheaper_block (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dgcm.cpp1010 //------------------------------hoist_to_cheaper_block-------------------------
1013 Block* PhaseCFG::hoist_to_cheaper_block(Block* LCA, Block* early, Node* self) { function in class:PhaseCFG
1228 late = hoist_to_cheaper_block(LCA, early, self);

Completed in 36 milliseconds