LLVM  4.0.0
Macros
BasicTargetTransformInfo.cpp File Reference

This file provides the implementation of a basic TargetTransformInfo pass predicated on the target abstractions present in the target independent code generator. More...

#include "llvm/CodeGen/BasicTTIImpl.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/Analysis/TargetTransformInfoImpl.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/Support/CommandLine.h"
#include <utility>
Include dependency graph for BasicTargetTransformInfo.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "basictti"
 

Detailed Description

This file provides the implementation of a basic TargetTransformInfo pass predicated on the target abstractions present in the target independent code generator.

It uses these (primarily TargetLowering) to model as much of the TTI query interface as possible. It is included by most targets so that they can specialize only a small subset of the query space.

Definition in file BasicTargetTransformInfo.cpp.

Macro Definition Documentation

#define DEBUG_TYPE   "basictti"

Definition at line 27 of file BasicTargetTransformInfo.cpp.