|
LLVM
3.7.0
|
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/Optional.h"#include "llvm/ADT/Triple.h"#include "llvm/IR/Function.h"#include "llvm/IR/Module.h"#include "llvm/Pass.h"#include "llvm/Analysis/TargetLibraryInfo.def"Go to the source code of this file.
Classes | |
| struct | llvm::VecDesc |
| VecDesc - Describes a possible vectorization of a function. More... | |
| class | llvm::TargetLibraryInfoImpl |
| Implementation of the target library information. More... | |
| class | llvm::TargetLibraryInfo |
| Provides information about what library functions are available for the current target. More... | |
| class | llvm::TargetLibraryAnalysis |
Analysis pass providing the TargetLibraryInfo. More... | |
| class | llvm::TargetLibraryInfoWrapperPass |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::LibFunc | |
Macros | |
| #define | TLI_DEFINE_ENUM |
Enumerations | |
| enum | llvm::LibFunc::Func { llvm::LibFunc::NumLibFuncs } |
| #define TLI_DEFINE_ENUM |
Definition at line 34 of file TargetLibraryInfo.h.
1.8.6