LLVM API Documentation
#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"
Go to the source code of this file.
Defines | |
| #define | DEBUG_TYPE "partially-inline-libcalls" |
Functions | |
| INITIALIZE_PASS (PartiallyInlineLibCalls,"partially-inline-libcalls","Partially inline calls to library functions", false, false) void PartiallyInlineLibCalls | |
| #define DEBUG_TYPE "partially-inline-libcalls" |
Definition at line 27 of file PartiallyInlineLibCalls.cpp.
| INITIALIZE_PASS | ( | PartiallyInlineLibCalls | , |
| "partially-inline-libcalls" | , | ||
| "Partially inline calls to library functions" | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 51 of file PartiallyInlineLibCalls.cpp.
References llvm::Pass::getAnalysisUsage().