LLVM
12.0.0git
|
#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/InitializePasses.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Utils/BuildLibCalls.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "inferattrs" |
Functions | |
static bool | inferAllPrototypeAttributes (Module &M, function_ref< TargetLibraryInfo &(Function &)> GetTLI) |
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 |
#define DEBUG_TYPE "inferattrs" |
Definition at line 20 of file InferFunctionAttrs.cpp.
|
static |
Definition at line 22 of file InferFunctionAttrs.cpp.
References F(), and llvm::inferLibFuncAttributes().
Referenced by llvm::InferFunctionAttrsPass::run().
INITIALIZE_PASS_BEGIN | ( | InferFunctionAttrsLegacyPass | , |
"inferattrs" | , | ||
"Infer set function attributes" | , | ||
false | , | ||
false | |||
) |
Infer set function attributes |
Definition at line 80 of file InferFunctionAttrs.cpp.
Infer set function false |
Definition at line 80 of file InferFunctionAttrs.cpp.
inferattrs |
Definition at line 80 of file InferFunctionAttrs.cpp.