|
LLVM 22.0.0git
|
#include "llvm/Transforms/Utils/GuardUtils.h"#include "llvm/Analysis/GuardUtils.h"#include "llvm/IR/Function.h"#include "llvm/IR/IRBuilder.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/MDBuilder.h"#include "llvm/IR/PatternMatch.h"#include "llvm/Support/CommandLine.h"#include "llvm/Transforms/Utils/BasicBlockUtils.h"Go to the source code of this file.
Variables | |
| static 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 |
Referenced by llvm::makeGuardControlFlowExplicit().