src/share/vm/opto/loopopts.cpp

Print this page

        

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "incls/_precompiled.incl" ! #include "incls/_loopopts.cpp.incl" //============================================================================= //------------------------------split_thru_phi--------------------------------- // Split Node 'n' through merge point if there is enough win. Node *PhaseIdealLoop::split_thru_phi( Node *n, Node *region, int policy ) { --- 20,38 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "memory/allocation.inline.hpp" ! #include "opto/addnode.hpp" ! #include "opto/connode.hpp" ! #include "opto/divnode.hpp" ! #include "opto/loopnode.hpp" ! #include "opto/mulnode.hpp" ! #include "opto/rootnode.hpp" ! #include "opto/subnode.hpp" //============================================================================= //------------------------------split_thru_phi--------------------------------- // Split Node 'n' through merge point if there is enough win. Node *PhaseIdealLoop::split_thru_phi( Node *n, Node *region, int policy ) {