LLVM 22.0.0git
GuardUtils.cpp File Reference

Go to the source code of this file.

Variables

static cl::opt< uint32_tPredicatePassBranchWeight ("guards-predicate-pass-branch-weight", cl::Hidden, cl::init(1<< 20), cl::desc("The probability of a guard failing is assumed to be the " "reciprocal of this value (default = 1 << 20)"))

Variable Documentation

◆ PredicatePassBranchWeight

cl::opt< uint32_t > PredicatePassBranchWeight("guards-predicate-pass-branch-weight", cl::Hidden, cl::init(1<< 20), cl::desc("The probability of a guard failing is assumed to be the " "reciprocal of this value (default = 1 << 20)")) ( "guards-predicate-pass-branch-weight" ,
cl::Hidden ,
cl::init(1<< 20) ,
cl::desc("The probability of a guard failing is assumed to be the " "reciprocal of this value (default = 1 << 20)")  )
static