LLVM  8.0.1
Variables
GuardUtils.cpp File Reference
#include "llvm/Transforms/Utils/GuardUtils.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/MDBuilder.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
Include dependency graph for GuardUtils.cpp:

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)"))
static