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

/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
/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
/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);

Completed in 167 milliseconds