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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.hpp162 Bundle* node_bundling(const Node *n) { function in class:Scheduling
H A Dcompile.cpp286 Bundle* Compile::node_bundling(const Node *n) { function in class:Compile
2236 Bundle *bundle = node_bundling(n);
2270 if (valid_bundle_info(n) && node_bundling(n)->use_unconditional_delay()) {
2274 if (node_bundling(delay)->starts_bundle())

Completed in 1652 milliseconds