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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp174 ValueMap* _vmap; // the map of values encountered (for CSE) member in class:VALUE_OBJ_CLASS_SPEC
192 ValueMap* vmap() const { assert(UseLocalValueNumbering, "should not access otherwise"); return _vmap; }

Completed in 32 milliseconds