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

/openjdk10/hotspot/src/share/vm/opto/
H A Dblock.hpp742 int to_pct() const { return _to_pct; } function in class:CFGEdge
753 CFGEdge(Block *from, Block *to, double freq, int from_pct, int to_pct) : argument

Completed in 41 milliseconds