Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdfsan_origin.h79 if (depth >= flags().origin_history_size || depth > kMaxDepth) in CreateChainedOrigin()
122 static const int kMaxDepth = (1 << kDepthBits) - 1;
HDdfsan_flags.inc30 int, origin_history_size, Origin::kMaxDepth,
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_flags.inc21 MSAN_FLAG(int, origin_history_size, Origin::kMaxDepth, "")
HDmsan_origin.h163 static const int kMaxDepth = (1 << kDepthBits) - 1;
HDmsan.cpp217 f->origin_history_size > Origin::kMaxDepth) { in InitializeFlags()
221 f->origin_history_size, Origin::kMaxDepth); in InitializeFlags()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp49649 static constexpr unsigned kMaxDepth = 2; in getBMIMatchingOp() local
49659 if (Depth++ >= kMaxDepth) in getBMIMatchingOp()