LLVM 22.0.0git
LibCallsShrinkWrap.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "libcalls-shrinkwrap"

Functions

 STATISTIC (NumWrappedOneCond, "Number of One-Condition Wrappers Inserted")
 STATISTIC (NumWrappedTwoCond, "Number of Two-Condition Wrappers Inserted")
static bool runImpl (Function &F, const TargetLibraryInfo &TLI, DominatorTree *DT)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "libcalls-shrinkwrap"

Definition at line 47 of file LibCallsShrinkWrap.cpp.

Function Documentation

◆ runImpl()

◆ STATISTIC() [1/2]

STATISTIC ( NumWrappedOneCond ,
"Number of One-Condition Wrappers Inserted"  )

◆ STATISTIC() [2/2]

STATISTIC ( NumWrappedTwoCond ,
"Number of Two-Condition Wrappers Inserted"  )