LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
PartiallyInlineLibCalls.cpp File Reference
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Target/TargetLibraryInfo.h"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
Include dependency graph for PartiallyInlineLibCalls.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "partially-inline-libcalls"
 

Functions

INITIALIZE_PASS(PartiallyInlineLibCalls,"partially-inline-libcalls","Partially
inline calls to library
functions", false, false) void
PartiallyInlineLibCalls AU 
addRequired< TargetTransformInfo > ()
 

Macro Definition Documentation

#define DEBUG_TYPE   "partially-inline-libcalls"

Definition at line 16 of file PartiallyInlineLibCalls.cpp.

Function Documentation

INITIALIZE_PASS (PartiallyInlineLibCalls, "partially-inline-libcalls", "Partially inline calls to library functions", false, false) void PartiallyInlineLibCalls AU addRequired< TargetTransformInfo > ( )