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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlive.hpp41 //------------------------------PhaseLive--------------------------------------
43 class PhaseLive : public Phase { class in inherits:Phase
70 PhaseLive( const PhaseCFG &cfg, LRG_List &names, Arena *arena );
71 ~PhaseLive() {}
H A Dlive.cpp35 //------------------------------PhaseLive--------------------------------------
47 PhaseLive::PhaseLive( const PhaseCFG &cfg, LRG_List &names, Arena *arena ) : Phase(LIVE), _cfg(cfg), _names(names), _arena(arena), _live(0) { function in class:PhaseLive
50 void PhaseLive::compute(uint maxlrg) {
174 void PhaseLive::stats(uint iters) const {
181 IndexSet *PhaseLive::getset( Block *p ) {
192 IndexSet *PhaseLive::getfreeset( ) {
210 void PhaseLive::freeset( const Block *p ) {
220 void PhaseLive::add_liveout( Block *p, uint r, VectorSet &first_pass ) {
237 void PhaseLive
[all...]

Completed in 327 milliseconds