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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp2727 //------------------------------anti_do_use------------------------------------
2728 void Scheduling::anti_do_use( Block *b, Node *use, OptoReg::Name use_reg ) { function in class:Scheduling
2838 anti_do_use( b, n, _regalloc->get_reg_first(def) );
2839 anti_do_use( b, n, _regalloc->get_reg_second(def) );
2861 // Check if last_safept_node was moved by pinch-point insertion in anti_do_use()

Completed in 39 milliseconds