|
LLVM
3.7.0
|
#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/Analysis/TargetLibraryInfo.h"#include "llvm/Transforms/Scalar.h"#include "llvm/Transforms/Utils/BasicBlockUtils.h"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< TargetTransformInfoWrapperPass > () |
| #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) void PartiallyInlineLibCalls AU addRequired< TargetTransformInfoWrapperPass > | ( | ) |
1.8.6