|
LLVM
3.7.0
|
This file provides helpers for the implementation of a TargetTransformInfo-conforming class. More...
#include "llvm/Analysis/TargetTransformInfo.h"#include "llvm/IR/CallSite.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/Function.h"#include "llvm/IR/Operator.h"#include "llvm/IR/Type.h"Go to the source code of this file.
Classes | |
| class | llvm::TargetTransformInfoImplBase |
| Base class for use as a mix-in that aids implementing a TargetTransformInfo-compatible class. More... | |
| class | llvm::TargetTransformInfoImplCRTPBase< T > |
| CRTP base class for use as a mix-in that aids implementing a TargetTransformInfo-compatible class. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
This file provides helpers for the implementation of a TargetTransformInfo-conforming class.
Definition in file TargetTransformInfoImpl.h.
1.8.6