Searched refs:next_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) { argument
549 _next = next_peephole;
551 _next->append_peephole( next_peephole );
H A Dformsopt.hpp425 void append_peephole(Peephole *next_peephole);

Completed in 31 milliseconds