Home
last modified time | relevance | path

Searched refs:kMaxDepth (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h79 if (depth >= flags().origin_history_size || depth > kMaxDepth) in CreateChainedOrigin()
122 static const int kMaxDepth = (1 << kDepthBits) - 1;
H A Ddfsan_flags.inc30 int, origin_history_size, Origin::kMaxDepth,
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_flags.inc21 MSAN_FLAG(int, origin_history_size, Origin::kMaxDepth, "")
H A Dmsan_origin.h163 static const int kMaxDepth = (1 << kDepthBits) - 1;
H A Dmsan.cpp217 f->origin_history_size > Origin::kMaxDepth) { in InitializeFlags()
221 f->origin_history_size, Origin::kMaxDepth); in InitializeFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49649 static constexpr unsigned kMaxDepth = 2; in getBMIMatchingOp() local
49659 if (Depth++ >= kMaxDepth) in getBMIMatchingOp()