LLVM 19.0.0git
Classes | Namespaces
SimplifyLibCalls.h File Reference
#include "llvm/ADT/STLFunctionalExtras.h"
#include "llvm/Analysis/TargetLibraryInfo.h"

Go to the source code of this file.

Classes

class  llvm::FortifiedLibCallSimplifier
 This class implements simplifications for calls to fortified library functions (__st*cpy_chk, __memcpy_chk, __memmove_chk, __memset_chk), to, when possible, replace them with their non-checking counterparts. More...
 
class  llvm::LibCallSimplifier
 LibCallSimplifier - This class implements a collection of optimizations that replace well formed calls to library functions with a more optimal form. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.