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.
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 > () |
#define DEBUG_TYPE "partially-inline-libcalls" |
Definition at line 16 of file PartiallyInlineLibCalls.cpp.
INITIALIZE_PASS (PartiallyInlineLibCalls, "partially-inline-libcalls", "Partially inline calls to library functions", false, false) void PartiallyInlineLibCalls AU addRequired< TargetTransformInfo > | ( | ) |