mageec  0.1.0
MAchine Guided Energy Efficient Compilation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
feature-extract.cpp File Reference

GIMPLE Feature Extractor. More...

#include "bversion.h"
#include "gcc-plugin.h"
#include "tree-pass.h"
#include "gimple.h"
#include "function.h"
#include "toplev.h"
#include "mageec-plugin.h"
#include "mageec/vectormath.h"
#include <iostream>
#include <vector>

Go to the source code of this file.

Macros

#define GCC_VERSION   BUILDING_GCC_VERSION
 

Functions

void register_featextract (void)
 Registers the Feature Extractor in the pass list Currently runs after the cfg pass. More...
 

Detailed Description

GIMPLE Feature Extractor.

Definition in file feature-extract.cpp.

Macro Definition Documentation

#define GCC_VERSION   BUILDING_GCC_VERSION

Definition at line 29 of file feature-extract.cpp.

Function Documentation

void register_featextract ( void  )

Registers the Feature Extractor in the pass list Currently runs after the cfg pass.

Definition at line 418 of file feature-extract.cpp.