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

/openjdk7/hotspot/src/share/vm/opto/
H A Dreg_split.cpp108 //------------------------------insert_proj------------------------------------
112 void PhaseChaitin::insert_proj( Block *b, uint i, Node *spill, uint maxlrg ) { function in class:PhaseChaitin
178 insert_proj( b, loc+1, spill, maxlrg++);
235 insert_proj( b, bindex, spill, maxlrg++ );
284 insert_proj( b, bindex, spill, maxlrg++ );
338 insert_proj(b_def,idx_def,in_spill,maxlrg++);
387 insert_proj( b, insidx, spill, maxlrg++ );
663 insert_proj( b, insidx++, phi, maxlrg++ );
1062 insert_proj( b, insidx, spill, maxlrg );
1219 insert_proj(
[all...]
H A Dchaitin.hpp359 void insert_proj( Block *b, uint i, Node *spill, uint maxlrg );
H A Dchaitin.cpp1664 insert_proj( phi_block, 1, spill, maxlrg++ );

Completed in 41 milliseconds