LLVM 22.0.0git
AssumptionCache.cpp File Reference

Go to the source code of this file.

Functions

static void findAffectedValues (CallBase *CI, TargetTransformInfo *TTI, SmallVectorImpl< AssumptionCache::ResultElem > &Affected)

Variables

static cl::opt< boolVerifyAssumptionCache ("verify-assumption-cache", cl::Hidden, cl::desc("Enable verification of assumption cache"), cl::init(false))

Function Documentation

◆ findAffectedValues()

Variable Documentation

◆ VerifyAssumptionCache

cl::opt< bool > VerifyAssumptionCache("verify-assumption-cache", cl::Hidden, cl::desc("Enable verification of assumption cache"), cl::init(false)) ( "verify-assumption-cache" ,
cl::Hidden ,
cl::desc("Enable verification of assumption cache") ,
cl::init(false)  )
static