Searched refs:shouldInstrumentBlock (Results 1 – 4 of 4) sorted by relevance
54 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 BlockCoverageInference263 return BCI->shouldInstrumentBlock(*BB); in isInstrumented()343 OS << (shouldInstrumentBlock(BB) ? "* " : " ") << BB.getName() << "\n"; in dump()
545 static bool shouldInstrumentBlock(const Function &F, const BasicBlock *BB, in shouldInstrumentBlock() function654 if (shouldInstrumentBlock(F, &BB, DT, PDT, Options)) in instrumentFunction()
761 if (BCI->shouldInstrumentBlock(BB)) in getInstrumentBBs()1434 if (FuncInfo.BCI->shouldInstrumentBlock(BB)) in populateCoverage()1499 LLVM_DEBUG(dbgs() << (FuncInfo.BCI->shouldInstrumentBlock(BB) ? "* " : " ") in populateCoverage()
38 bool shouldInstrumentBlock(const BasicBlock &BB) const;