Lines Matching refs:HasSingleByteCoverage
422 bool HasSingleByteCoverage; member
424 SelectInstVisitor(Function &Func, bool HasSingleByteCoverage) in SelectInstVisitor()
425 : F(Func), HasSingleByteCoverage(HasSingleByteCoverage) {} in SelectInstVisitor()
536 constructBCI(Function &Func, bool HasSingleByteCoverage, in constructBCI() argument
538 if (HasSingleByteCoverage) in constructBCI()
568 bool InstrumentFuncEntry = true, bool HasSingleByteCoverage = false) in FuncPGOInstrumentation() argument
571 SIVisitor(Func, HasSingleByteCoverage), in FuncPGOInstrumentation()
573 BCI(constructBCI(Func, HasSingleByteCoverage, InstrumentFuncEntry)) { in FuncPGOInstrumentation()
1043 bool HasSingleByteCoverage) in PGOUseFunc() argument
1046 InstrumentFuncEntry, HasSingleByteCoverage), in PGOUseFunc()
1661 if (!PGOInstrSelect || PGOFunctionEntryCoverage || HasSingleByteCoverage) in visitSelectInst()
2018 bool HasSingleByteCoverage = PGOReader->hasSingleByteCoverage(); in annotateAllFunctions() local
2025 if (!HasSingleByteCoverage) { in annotateAllFunctions()
2032 InstrumentFuncEntry, HasSingleByteCoverage); in annotateAllFunctions()
2033 if (HasSingleByteCoverage) { in annotateAllFunctions()