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

/openjdk9/hotspot/src/share/vm/opto/
H A DphaseX.cpp626 void PhaseTransform::dump_nodes_and_types(const Node *root, uint depth, bool only_ctrl) { argument
632 void PhaseTransform::dump_nodes_and_types_recur( const Node *n, uint depth, bool only_ctrl, VectorSet &visited) { argument
H A Dnode.cpp1505 static void find_recur(Compile* C, Node* &result, Node *n, int idx, bool only_ctrl, argument
1776 static void collect_nodes_i(GrowableArray<Node*> *nstack, const Node* start, int direction, uint depth, bool include_start, bool only_ctrl, bool only_data) { argument
1809 static void dump_nodes(const Node* start, int d, bool only_ctrl) { argument
[all...]

Completed in 50 milliseconds