|
LLVM
8.0.1
|
#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"
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 |
| #define DEBUG_TYPE "inferattrs" |
Definition at line 20 of file InferFunctionAttrs.cpp.
|
static |
Definition at line 22 of file InferFunctionAttrs.cpp.
References F(), llvm::Module::functions(), llvm::inferLibFuncAttributes(), and llvm::Attribute::OptimizeNone.
Referenced by llvm::InferFunctionAttrsPass::run().
| INITIALIZE_PASS_BEGIN | ( | InferFunctionAttrsLegacyPass | , |
| "inferattrs" | , | ||
| "Infer set function attributes" | , | ||
| false | , | ||
| false | |||
| ) |
Referenced by llvm::InferFunctionAttrsPass::run().
| Infer set function attributes |
Definition at line 74 of file InferFunctionAttrs.cpp.
| Infer set function false |
Definition at line 74 of file InferFunctionAttrs.cpp.
| inferattrs |
Definition at line 74 of file InferFunctionAttrs.cpp.
1.8.13