Lines Matching defs:cfg
2119 PhaseCFG cfg(node_arena(), root(), m);
2120 _cfg = &cfg;
2123 cfg.Dominators();
2128 cfg.Estimate_Block_Frequency();
2129 cfg.GlobalCodeMotion(m,unique(),proj_list);
2136 debug_only( cfg.verify(); )
2140 PhaseChaitin regalloc(unique(),cfg,m);
2164 cfg.remove_empty();
2166 PhaseBlockLayout layout(cfg);
2168 cfg.set_loop_alignment();
2170 cfg.fixup_flow();
2179 PhasePeephole peep( _regalloc, cfg);
3457 Block* b = Compile::current()->cfg()->_bbs[n->_idx];
3655 assert(!n->is_CFG() && !n->is_Mem(), "no cfg or memory nodes here");