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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp734 #define TRACE_PHI(code) if (PrintPhiFunctions) { code; } macro
736 #define TRACE_PHI(coce) macro
741 TRACE_PHI(tty->print_cr("********** try_merge for block B%d", block_id()));
749 TRACE_PHI(tty->print_cr("first call of try_merge for this block"));
767 TRACE_PHI(tty->print_cr("invalidating dead local %d", index));
773 TRACE_PHI(tty->print_cr("loop header block, initializing phi functions"));
777 TRACE_PHI(tty->print_cr("creating phi-function %c%d for stack %d", new_state->stack_at(index)->type()->tchar(), new_state->stack_at(index)->id(), index));
786 TRACE_PHI(tty->print_cr("creating phi-function %c%d for local %d", new_state->local_at(index)->type()->tchar(), new_state->local_at(index)->id(), index));
795 TRACE_PHI(tty->print_cr("exisiting state found"));
802 TRACE_PHI(tt
[all...]

Completed in 347 milliseconds