|
LLVM
4.0.0
|
#include "llvm/Transforms/IPO/InferFunctionAttrs.h"#include "llvm/Analysis/TargetLibraryInfo.h"#include "llvm/Analysis/MemoryBuiltins.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 21 of file InferFunctionAttrs.cpp.
|
static |
Definition at line 23 of file InferFunctionAttrs.cpp.
References F, llvm::Module::functions(), 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 75 of file InferFunctionAttrs.cpp.
| Infer set function false |
Definition at line 75 of file InferFunctionAttrs.cpp.
| inferattrs |
Definition at line 75 of file InferFunctionAttrs.cpp.
1.8.6