Searched refs:transform_once (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.hpp519 virtual Node *transform_once( Node *n );
H A DphaseX.cpp1496 new_node = transform_once(n); // Check for constant
1511 new_input = transform_once(input); // Check for constant
1523 //------------------------------transform_once---------------------------------
1525 Node *PhaseCCP::transform_once( Node *n ) { function in class:PhaseCCP

Completed in 37 milliseconds