Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
LoopInstSimplify.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "loop-instsimplify"

Functions

 STATISTIC (NumSimplified, "Number of redundant instructions simplified")
static bool simplifyLoopInst (Loop &L, DominatorTree &DT, LoopInfo &LI, AssumptionCache &AC, const TargetLibraryInfo &TLI, MemorySSAUpdater *MSSAU)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "loop-instsimplify"

Definition at line 38 of file LoopInstSimplify.cpp.

Function Documentation

◆ simplifyLoopInst()

◆ STATISTIC()

STATISTIC ( NumSimplified ,
"Number of redundant instructions simplified"  )