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

/openjdk7/hotspot/src/share/vm/opto/
H A Dphase.hpp47 GVN, // Pessimistic global value numbering phase enumerator in enum:Phase::PhaseNumber
H A DphaseX.cpp313 // Dead nodes in the hash table inherited from GVN should not replace
547 PhaseValues::PhaseValues( Arena *arena, uint est_max_size ) : PhaseTransform(arena, GVN), _table(arena, est_max_size) {
553 PhaseValues::PhaseValues( PhaseValues *ptv ) : PhaseTransform( ptv, GVN ),
560 PhaseValues::PhaseValues( PhaseValues *ptv, const char *dummy ) : PhaseTransform( ptv, GVN ),
791 // Dead nodes in the hash table inherited from GVN were not treated as
1272 // Insert into GVN hash table if unique
1572 // TEMPORARY fix to ensure that 2nd GVN pass eliminates NULL checks

Completed in 35 milliseconds