LLVM 20.0.0git
|
#include "llvm/Transforms/IPO/Annotation2Metadata.h"
#include "llvm/Analysis/OptimizationRemarkEmitter.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/Module.h"
#include "llvm/Transforms/IPO.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "annotation2metadata" |
Functions | |
static bool | convertAnnotation2Metadata (Module &M) |
#define DEBUG_TYPE "annotation2metadata" |
Definition at line 24 of file Annotation2Metadata.cpp.
Definition at line 26 of file Annotation2Metadata.cpp.
References llvm::OptimizationRemarkEmitter::allowExtraAnalysis(), llvm::CallingConv::C, I, and instructions.
Referenced by llvm::Annotation2MetadataPass::run().