Lines Matching defs:InstrumentFuncEntry
559 bool InstrumentFuncEntry) {
561 return BlockCoverageInference(Func, InstrumentFuncEntry);
590 bool InstrumentFuncEntry = true, bool HasSingleByteCoverage = false)
594 MST(F, InstrumentFuncEntry, BPI, BFI),
595 BCI(constructBCI(Func, HasSingleByteCoverage, InstrumentFuncEntry)) {
1094 ProfileSummaryInfo *PSI, bool IsCS, bool InstrumentFuncEntry,
1098 InstrumentFuncEntry, HasSingleByteCoverage),
2118 bool InstrumentFuncEntry = PGOReader->instrEntryBBEnabled();
2120 InstrumentFuncEntry = PGOInstrumentEntry;
2121 InstrumentFuncEntry |= PGOCtxProfLoweringPass::isContextualIRPGOEnabled();
2137 InstrumentFuncEntry, HasSingleByteCoverage);