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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp2657 //------------------------------anti_do_def------------------------------------
2658 void Scheduling::anti_do_def( Block *b, Node *def, OptoReg::Name def_reg, int is_def ) { function in class:Scheduling
2807 anti_do_def( b, n, kill, is_def );
2811 anti_do_def( b, n, _regalloc->get_reg_first(n), is_def );
2812 anti_do_def( b, n, _regalloc->get_reg_second(n), is_def );
2826 anti_do_def( b, n, kill, false );

Completed in 41 milliseconds