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

/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp165 // BLOCK_FREQUENCY is a sentinel to mark uses of constant block frequencies.
168 #define BLOCK_FREQUENCY(f) ((f * (float) 1500) / FreqCountInvocations) macro

Completed in 104 milliseconds