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

/openjdk7/hotspot/src/share/vm/opto/
H A Dgcm.cpp528 // at initial_mem, with internal nodes of type MergeMem.
530 // initial_mem -> (MergeMem ->)* store
533 Node* initial_mem = load->in(MemNode::Memory); local
534 worklist_store.push(initial_mem);
535 worklist_visited.push(initial_mem);
546 if (store == initial_mem // root (exclusive) of tree we are searching
550 if (store == initial_mem)
551 initial_mem = NULL; // only process initial memory once

Completed in 333 milliseconds