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

/openjdk7/hotspot/src/share/vm/opto/
H A Dphase.hpp52 LIVE, // Dragon-book LIVE range problem enumerator in enum:Phase::PhaseNumber
H A Dlive.cpp36 // Compute live-in/live-out. We use a totally incremental algorithm. The LIVE
47 PhaseLive::PhaseLive( const PhaseCFG &cfg, LRG_List &names, Arena *arena ) : Phase(LIVE), _cfg(cfg), _names(names), _arena(arena), _live(0) {

Completed in 22 milliseconds