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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp49 const LibCallSimplifier *LCS; member in class:__anon26366::LibCallOptimization
69 const LibCallSimplifier *LCS, IRBuilder<> &B) {
73 this->LCS = LCS;
958 LCS->replaceAllUsesWith(Old, Cmp);
1447 LCS->replaceAllUsesWith(*I, Res);
2019 const LibCallSimplifier *LCS; member in class:llvm::LibCallSimplifierImpl
2028 const LibCallSimplifier *LCS,
2033 this->LCS = LCS;
67 optimizeCall(CallInst *CI, const DataLayout *DL, const TargetLibraryInfo *TLI, const LibCallSimplifier *LCS, IRBuilder<> &B) argument
2027 LibCallSimplifierImpl(const DataLayout *DL, const TargetLibraryInfo *TLI, const LibCallSimplifier *LCS, bool UnsafeFPShrink = false) argument
[all...]

Completed in 867 milliseconds