Lines Matching defs:cfg
1420 Node *cfg = prev->_idx >= new_counter
1424 cfg = prev->in(idx); // NOT in block of Phi itself
1425 if (cfg->is_top()) { // Use is dead?
1430 while( !loop->is_member( get_loop( cfg ) ) ) {
1431 prev = cfg;
1432 cfg = cfg->_idx >= new_counter ? cfg->in(2) : idom(cfg);
2431 // Set of cfg nodes to peel are those that are executable from
2450 // Set of non-cfg nodes to peel are those that are control
2451 // dependent on the cfg nodes.