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

/openjdk7/hotspot/src/share/vm/opto/
H A Dphase.hpp49 CFG, // Build a CFG enumerator in enum:Phase::PhaseNumber
H A Dblock.cpp305 // Print the incoming CFG edges and the outgoing CFG edges
366 Phase(CFG),
387 // Build the CFG in Reverse Post Order
393 // Build a proper looking CFG. Make every block begin with either a StartNode
455 // Check to see if p->in(i) is a "control-dependent" CFG edge -
487 "too many control users, not a CFG?" );
860 assert( x, "not a CFG" );
869 assert( !p->is_block_proj() || p->is_Root(), "not a CFG" );
881 tty->print("\n--- CFG
[all...]

Completed in 31 milliseconds