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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.cpp547 void Peephole::append_peephole(Peephole *next_peephole) { function in class:Peephole
551 _next->append_peephole( next_peephole );
H A Dformssel.cpp166 void InstructForm::append_peephole(Peephole *peephole) { function in class:InstructForm
170 _peephole->append_peephole(peephole);

Completed in 46 milliseconds