Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstrumentation.h161 bool NoPrune = false; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp215 Options.NoPrune |= !ClPruneBlocks; in OverrideFromCL()
601 if (Options.NoPrune || &F.getEntryBlock() == BB) in shouldInstrumentBlock()
635 if (!Options.NoPrune) in IsInterestingCmp()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp247 Opts.NoPrune = CGOpts.SanitizeCoverageNoPrune; in getSancovOptsFromCGOpts()