< prev index next >

src/share/vm/opto/output.hpp

Print this page




  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 #ifndef SHARE_VM_OPTO_OUTPUT_HPP
  26 #define SHARE_VM_OPTO_OUTPUT_HPP
  27 
  28 #include "opto/block.hpp"
  29 #include "opto/node.hpp"
  30 #if defined AD_MD_HPP
  31 # include AD_MD_HPP
  32 #elif defined TARGET_ARCH_MODEL_x86_32
  33 # include "adfiles/ad_x86_32.hpp"
  34 #elif defined TARGET_ARCH_MODEL_x86_64
  35 # include "adfiles/ad_x86_64.hpp"


  36 #elif defined TARGET_ARCH_MODEL_sparc
  37 # include "adfiles/ad_sparc.hpp"
  38 #elif defined TARGET_ARCH_MODEL_zero
  39 # include "adfiles/ad_zero.hpp"
  40 #elif defined TARGET_ARCH_MODEL_ppc_64
  41 # include "adfiles/ad_ppc_64.hpp"
  42 #endif
  43 
  44 class Arena;
  45 class Bundle;
  46 class Block;
  47 class Block_Array;
  48 class Node;
  49 class Node_Array;
  50 class Node_List;
  51 class PhaseCFG;
  52 class PhaseChaitin;
  53 class Pipeline_Use_Element;
  54 class Pipeline_Use;
  55 




  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 #ifndef SHARE_VM_OPTO_OUTPUT_HPP
  26 #define SHARE_VM_OPTO_OUTPUT_HPP
  27 
  28 #include "opto/block.hpp"
  29 #include "opto/node.hpp"
  30 #if defined AD_MD_HPP
  31 # include AD_MD_HPP
  32 #elif defined TARGET_ARCH_MODEL_x86_32
  33 # include "adfiles/ad_x86_32.hpp"
  34 #elif defined TARGET_ARCH_MODEL_x86_64
  35 # include "adfiles/ad_x86_64.hpp"
  36 #elif defined TARGET_ARCH_MODEL_aarch64
  37 # include "adfiles/ad_aarch64.hpp"
  38 #elif defined TARGET_ARCH_MODEL_sparc
  39 # include "adfiles/ad_sparc.hpp"
  40 #elif defined TARGET_ARCH_MODEL_zero
  41 # include "adfiles/ad_zero.hpp"
  42 #elif defined TARGET_ARCH_MODEL_ppc_64
  43 # include "adfiles/ad_ppc_64.hpp"
  44 #endif
  45 
  46 class Arena;
  47 class Bundle;
  48 class Block;
  49 class Block_Array;
  50 class Node;
  51 class Node_Array;
  52 class Node_List;
  53 class PhaseCFG;
  54 class PhaseChaitin;
  55 class Pipeline_Use_Element;
  56 class Pipeline_Use;
  57 


< prev index next >