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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp307 static Node *scan_mem_chain(Node *mem, int alias_idx, int offset, Node *start_mem, Node *alloc, PhaseGVN *phase) { argument
312 if (mem == alloc_mem || mem == start_mem ) {
407 Node *start_mem = C->start()->proj_out(TypeFunc::Memory); local
423 Node *val = scan_mem_chain(in, alias_idx, offset, start_mem, alloc, &_igvn);
424 if (val == start_mem || val == alloc_mem) {
479 Node *start_mem = C->start()->proj_out(TypeFunc::Memory); local
492 mem = scan_mem_chain(mem, alias_idx, offset, start_mem, alloc, &_igvn);
493 if (mem == start_mem || mem == alloc_mem) {
516 Node *n = scan_mem_chain(mem->in(i), alias_idx, offset, start_mem, alloc, &_igvn);
536 if (mem == start_mem || me
[all...]
H A Descape.cpp2511 Node *start_mem = C->start()->proj_out(TypeFunc::Memory); local
2516 if (result == start_mem)
H A Dmemnode.cpp111 Node *start_mem = phase->C->start()->proj_out(TypeFunc::Memory); local
116 if (result == start_mem)

Completed in 521 milliseconds