Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp51 bool ForceInstrumentEntry) in BlockCoverageInference() argument
52 : F(F), ForceInstrumentEntry(ForceInstrumentEntry) { in BlockCoverageInference()
54 assert(!ForceInstrumentEntry || shouldInstrumentBlock(F.getEntryBlock())); in BlockCoverageInference()
165 if (ForceInstrumentEntry) { in findDependencies()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DBlockCoverageInference.h35 BlockCoverageInference(const Function &F, bool ForceInstrumentEntry);
60 bool ForceInstrumentEntry; variable