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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp119 MachEpilogNode *epilog = new (this) MachEpilogNode(m->as_Mach()->ideal_Opcode() == Op_Return); local
120 b->add_inst( epilog );
121 bbs.map(epilog->_idx, b);
122 //_regalloc->set_bad(epilog->_idx); // Already initialized this way.

Completed in 30 milliseconds