Searched refs:HasSingleByteCoverage (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 362 bool HasSingleByteCoverage; member 365 bool HasSingleByteCoverage) in CountedRegion() 368 HasSingleByteCoverage(HasSingleByteCoverage) {} in CountedRegion() 371 uint64_t FalseExecutionCount, bool HasSingleByteCoverage) in CountedRegion() 374 HasSingleByteCoverage(HasSingleByteCoverage) {} in CountedRegion() 717 uint64_t FalseCount, bool HasSingleByteCoverage) { in pushRegion() 721 HasSingleByteCoverage); in pushRegion() 731 HasSingleByteCoverage); in pushRegion()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 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() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 1300 assert(I->HasSingleByteCoverage == Active->HasSingleByteCoverage && in combineRegions() 1302 if (I->HasSingleByteCoverage) in combineRegions()
|