LLVM  8.0.1
Macros | Functions | Variables
InferFunctionAttrs.cpp File Reference
#include "llvm/Transforms/IPO/InferFunctionAttrs.h"
#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Utils/BuildLibCalls.h"
Include dependency graph for InferFunctionAttrs.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "inferattrs"
 

Functions

static bool inferAllPrototypeAttributes (Module &M, const TargetLibraryInfo &TLI)
 
 INITIALIZE_PASS_BEGIN (InferFunctionAttrsLegacyPass, "inferattrs", "Infer set function attributes", false, false) INITIALIZE_PASS_END(InferFunctionAttrsLegacyPass
 

Variables

 inferattrs
 
Infer set function attributes
 
Infer set function false
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "inferattrs"

Definition at line 20 of file InferFunctionAttrs.cpp.

Function Documentation

◆ inferAllPrototypeAttributes()

static bool inferAllPrototypeAttributes ( Module M,
const TargetLibraryInfo TLI 
)
static

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( InferFunctionAttrsLegacyPass  ,
"inferattrs"  ,
"Infer set function attributes ,
false  ,
false   
)

Variable Documentation

◆ attributes

Infer set function attributes

Definition at line 74 of file InferFunctionAttrs.cpp.

◆ false

Infer set function false

Definition at line 74 of file InferFunctionAttrs.cpp.

◆ inferattrs

inferattrs

Definition at line 74 of file InferFunctionAttrs.cpp.