Searched refs:ForceInstrumentEntry (Results 1 – 2 of 2) sorted by relevance
51 bool ForceInstrumentEntry) in BlockCoverageInference() argument52 : F(F), ForceInstrumentEntry(ForceInstrumentEntry) { in BlockCoverageInference()54 assert(!ForceInstrumentEntry || shouldInstrumentBlock(F.getEntryBlock())); in BlockCoverageInference()165 if (ForceInstrumentEntry) { in findDependencies()
35 BlockCoverageInference(const Function &F, bool ForceInstrumentEntry);60 bool ForceInstrumentEntry; variable