LLVM 20.0.0git
|
#include "llvm/Transforms/IPO/InferFunctionAttrs.h"
#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Module.h"
#include "llvm/Transforms/Utils/BuildLibCalls.h"
#include "llvm/Transforms/Utils/Local.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) |
#define DEBUG_TYPE "inferattrs" |
Definition at line 17 of file InferFunctionAttrs.cpp.
|
static |
Definition at line 19 of file InferFunctionAttrs.cpp.
References F, llvm::inferAttributesFromOthers(), and llvm::inferNonMandatoryLibFuncAttrs().
Referenced by llvm::InferFunctionAttrsPass::run().