Searched refs:peephole (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp154 // any last minute peephole optimizations are performed here. In
156 void peephole(LIR_List* list);
H A Dc1_LIRAssembler.cpp262 peephole(list);
/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.cpp392 //------------------------------peephole---------------------------------------
393 // Apply peephole rule(s) to this instruction
394 MachNode *MachNode::peephole( Block *block, int block_index, PhaseRegAlloc *ra_, int &deleted, Compile* C ) { function in class:MachNode
H A Dmachnode.hpp277 // Apply peephole rule(s) to this instruction
278 virtual MachNode *peephole( Block *block, int block_index, PhaseRegAlloc *ra_, int &deleted, Compile* C );
H A DphaseX.cpp1658 // check for peephole opportunities
1659 MachNode *m2 = m->peephole( block, instruction_index, _regalloc, deleted_count, C );
1705 tty->print_cr("Peephole: peephole rules applied: %d", _total_peepholes);
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp160 // This instruction has a peephole rule?
165 // This instruction has a peephole rule?
166 void InstructForm::append_peephole(Peephole *peephole) { argument
168 _peephole = peephole;
170 _peephole->append_peephole(peephole);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp662 // The peephole pass fills the delay slot
765 // The peephole pass fills the delay slot, add_call_info is done in
775 // The peephole pass fills the delay slot, add_call_info is done in
793 // the peephole pass fills the delay slot
3318 void LIR_Assembler::peephole(LIR_List* lir) { function in class:LIR_Assembler
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp3768 void LIR_Assembler::peephole(LIR_List*) { function in class:LIR_Assembler

Completed in 78 milliseconds