Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp40 static cl::opt<bool> DebugTrapBB("bounds-checking-unique-traps", variable
190 if (TrapBB && SingleTrapBB && !DebugTrapBB) in addBoundsChecking()
196 Intrinsic::ID IntrID = DebugTrapBB ? Intrinsic::ubsantrap : Intrinsic::trap; in addBoundsChecking()
200 if (DebugTrapBB) { in addBoundsChecking()