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()
579 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
812 if (BCI->shouldInstrumentBlock(BB)) in getInstrBB() 1494 if (FuncInfo.BCI->shouldInstrumentBlock(BB)) in populateCoverage() 1559 LLVM_DEBUG(dbgs() << (FuncInfo.BCI->shouldInstrumentBlock(BB) ? "* " : " ") in populateCounters()
38 bool shouldInstrumentBlock(const BasicBlock &BB) const;