LLVM  8.0.1
Classes | Namespaces | Functions
InferFunctionAttrs.h File Reference

Interfaces for passes which infer implicit function attributes from the name and signature of function declarations. More...

#include "llvm/IR/Module.h"
#include "llvm/IR/PassManager.h"
Include dependency graph for InferFunctionAttrs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::InferFunctionAttrsPass
 A pass which infers function attributes from the names and signatures of function declarations in a module. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

Passllvm::createInferFunctionAttrsLegacyPass ()
 Create a legacy pass manager instance of a pass to infer function attributes. More...
 

Detailed Description

Interfaces for passes which infer implicit function attributes from the name and signature of function declarations.

Definition in file InferFunctionAttrs.h.