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

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

Completed in 41 milliseconds