Searched defs:load_base (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp1247 Node* load_base = base->in(Address)->in(AddPNode::Base); local
1248 if (load_base->is_DecodeN()) {
1250 load_base = load_base->in(1);
1252 if (load_base != NULL) {
1253 Compile::AliasType* atp = phase->C->alias_type(load_base->adr_type());
1259 cache = AddPNode::Ideal_base_and_offset(load_base->in(Address), phase, cache_offset);

Completed in 48 milliseconds