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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmultnode.hpp43 virtual bool is_CFG() const { return true; } function in class:MultiNode
78 virtual bool is_CFG() const;
H A Drootnode.hpp60 virtual bool is_CFG() const { return true; } function in class:HaltNode
H A Dmultnode.cpp71 bool ProjNode::is_CFG() const { function in class:ProjNode
73 return (_con == TypeFunc::Control && def->is_CFG());
H A Ddivnode.hpp154 virtual bool is_CFG() const { return false; } function in class:DivModNode
H A Dcfgnode.hpp90 virtual bool is_CFG () const { return true; } function in class:RegionNode
107 virtual bool is_CFG() const { return true; } function in class:JProjNode
224 virtual bool is_CFG() const { return true; } function in class:GotoNode
240 virtual bool is_CFG() const { return true; } function in class:CProjNode
H A Dcallnode.hpp107 virtual bool is_CFG() const { return (_con == TypeFunc::Control); } function in class:ParmNode
121 virtual bool is_CFG() const { return true; } function in class:ReturnNode
142 virtual bool is_CFG() const { return true; } function in class:RethrowNode
H A Dmemnode.hpp635 virtual bool is_CFG() const { return false; } function in class:SCMemProjNode
H A Dnode.hpp786 virtual bool is_CFG() const { return false; } function in class:Node
794 virtual bool depends_only_on_test() const { assert(!is_CFG(), ""); return true; };

Completed in 116 milliseconds