Searched defs:LibCallSimplifier (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h26 /// LibCallSimplifier - This class implements a collection of optimizations
29 class LibCallSimplifier { class in namespace:llvm
35 LibCallSimplifier(const DataLayout *TD, const TargetLibraryInfo *TLI,
37 virtual ~LibCallSimplifier();
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp49 const LibCallSimplifier *LCS;
69 const LibCallSimplifier *LCS, IRBuilder<> &B) {
2019 const LibCallSimplifier *LCS;
2028 const LibCallSimplifier *LCS,
2295 LibCallSimplifier::LibCallSimplifier(const DataLayout *DL, function in class:llvm::LibCallSimplifier
2301 LibCallSimplifier::~LibCallSimplifier() {
2305 Value *LibCallSimplifier::optimizeCall(CallInst *CI) {
2310 void LibCallSimplifier
[all...]

Completed in 71 milliseconds