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

/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp589 int to_pct() const { return _to_pct; } function in class:CFGEdge
591 int to_infrequent() const { return to_pct() < BlockLayoutMinDiamondPercentage; }
600 CFGEdge(Block *from, Block *to, float freq, int from_pct, int to_pct) : argument
602 _from_pct(from_pct), _to_pct(to_pct), _state(open) {

Completed in 33 milliseconds