Searched refs:LibCallSimplifier (Results 1 - 4 of 4) 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...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h92 LibCallSimplifier *Simplifier;
H A DInstructionCombining.cpp2804 class InstCombinerLibCallSimplifier : public LibCallSimplifier {
2810 : LibCallSimplifier(DL, TLI, UnsafeFPShrink) {

Completed in 1651 milliseconds