LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::CostTblEntry< TypeTy > Struct Template Reference

Cost Table Entry. More...

#include <CostTable.h>

Collaboration diagram for llvm::CostTblEntry< TypeTy >:
Collaboration graph
[legend]

Public Attributes

int ISD
 
TypeTy Type
 
unsigned Cost
 

Detailed Description

template<class TypeTy>
struct llvm::CostTblEntry< TypeTy >

Cost Table Entry.

Definition at line 22 of file CostTable.h.

Member Data Documentation

template<class TypeTy>
unsigned llvm::CostTblEntry< TypeTy >::Cost

Definition at line 25 of file CostTable.h.

template<class TypeTy>
int llvm::CostTblEntry< TypeTy >::ISD

Definition at line 23 of file CostTable.h.

template<class TypeTy>
TypeTy llvm::CostTblEntry< TypeTy >::Type

Definition at line 24 of file CostTable.h.


The documentation for this struct was generated from the following file: