Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp54 assert(!ForceInstrumentEntry || shouldInstrumentBlock(F.getEntryBlock())); in BlockCoverageInference()
59 if (shouldInstrumentBlock(BB)) in BlockCoverageInference()
81 if (shouldInstrumentBlock(BB)) { in getInstrumentedBlocksHash()
91 bool BlockCoverageInference::shouldInstrumentBlock(const BasicBlock &BB) const { in shouldInstrumentBlock() function in BlockCoverageInference
263 return BCI->shouldInstrumentBlock(*BB); in isInstrumented()
343 OS << (shouldInstrumentBlock(BB) ? "* " : " ") << BB.getName() << "\n"; in dump()
H A DSanitizerCoverage.cpp579 static bool shouldInstrumentBlock(const Function &F, const BasicBlock *BB, in IsBackEdge()
691 if (shouldInstrumentBlock(F, &BB, DT, PDT, Options)) in instrumentFunction()
545 static bool shouldInstrumentBlock(const Function &F, const BasicBlock *BB, shouldInstrumentBlock() function
H A DPGOInstrumentation.cpp812 if (BCI->shouldInstrumentBlock(BB)) in getInstrBB()
1494 if (FuncInfo.BCI->shouldInstrumentBlock(BB)) in populateCoverage()
1559 LLVM_DEBUG(dbgs() << (FuncInfo.BCI->shouldInstrumentBlock(BB) ? "* " : " ") in populateCounters()
/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DBlockCoverageInference.h38 bool shouldInstrumentBlock(const BasicBlock &BB) const;