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

/openjdk7/hotspot/src/share/vm/opto/
H A Difg.cpp478 uint must_spill = 0; local
725 must_spill++;
845 return must_spill;
H A Dchaitin.cpp320 uint must_spill = 0; local
321 must_spill = build_ifg_physical( &live_arena );
323 if( must_spill ) {
326 C->check_node_count(10*must_spill, "out of nodes before split");
415 must_spill = build_ifg_physical( &live_arena );

Completed in 38 milliseconds