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

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.cpp2346 PhiNode *ConnectionGraph::split_memory_phi(PhiNode *orig_phi, int alias_idx, GrowableArray<PhiNode *> &orig_phi_worklist) { function in class:ConnectionGraph
2604 result = split_memory_phi(mphi, alias_idx, orig_phis);
3103 // chains as is done in split_memory_phi() since they will

Completed in 41 milliseconds