Searched defs:insert_proj (Results 1 - 1 of 1) 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...]

Completed in 1559 milliseconds