Lines Matching refs:HasSingleByteCoverage
444 bool HasSingleByteCoverage; member
446 SelectInstVisitor(Function &Func, bool HasSingleByteCoverage) in SelectInstVisitor()
447 : F(Func), HasSingleByteCoverage(HasSingleByteCoverage) {} in SelectInstVisitor()
558 constructBCI(Function &Func, bool HasSingleByteCoverage, in constructBCI() argument
560 if (HasSingleByteCoverage) in constructBCI()
590 bool InstrumentFuncEntry = true, bool HasSingleByteCoverage = false) in FuncPGOInstrumentation() argument
593 SIVisitor(Func, HasSingleByteCoverage), in FuncPGOInstrumentation()
595 BCI(constructBCI(Func, HasSingleByteCoverage, InstrumentFuncEntry)) { in FuncPGOInstrumentation()
1095 bool HasSingleByteCoverage) in PGOUseFunc() argument
1098 InstrumentFuncEntry, HasSingleByteCoverage), in PGOUseFunc()
1721 if (!PGOInstrSelect || PGOFunctionEntryCoverage || HasSingleByteCoverage) in visitSelectInst()
2123 bool HasSingleByteCoverage = PGOReader->hasSingleByteCoverage(); in annotateAllFunctions() local
2130 if (!HasSingleByteCoverage) { in annotateAllFunctions()
2137 InstrumentFuncEntry, HasSingleByteCoverage); in annotateAllFunctions()
2138 if (HasSingleByteCoverage) { in annotateAllFunctions()