|
clang
3.8.0
|
#include "CGLoopInfo.h"#include "clang/AST/ASTContext.h"#include "clang/AST/Attr.h"#include "clang/Sema/LoopHint.h"#include "llvm/IR/BasicBlock.h"#include "llvm/IR/Constants.h"#include "llvm/IR/InstrTypes.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Metadata.h"Go to the source code of this file.
Functions | |
| static MDNode * | createMetadata (LLVMContext &Ctx, const LoopAttributes &Attrs) |
|
static |
Definition at line 22 of file CGLoopInfo.cpp.
References clang::CodeGen::LoopAttributes::Enable, clang::CodeGen::LoopAttributes::Full, clang::CodeGen::LoopAttributes::InterleaveCount, clang::CodeGen::LoopAttributes::IsParallel, clang::Name, clang::CodeGen::LoopAttributes::UnrollCount, clang::CodeGen::LoopAttributes::UnrollEnable, clang::CodeGen::LoopAttributes::Unspecified, clang::CodeGen::LoopAttributes::VectorizeEnable, and clang::CodeGen::LoopAttributes::VectorizeWidth.
Referenced by clang::CodeGen::LoopInfo::LoopInfo().
1.8.6