Home
last modified time | relevance | path

Searched refs:HasSingleByteCoverage (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp422 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()
571 SIVisitor(Func, HasSingleByteCoverage), in FuncPGOInstrumentation()
1043 bool HasSingleByteCoverage) in PGOUseFunc() argument
1046 InstrumentFuncEntry, HasSingleByteCoverage), in PGOUseFunc()
2025 if (!HasSingleByteCoverage) { in annotateAllFunctions()
2032 InstrumentFuncEntry, HasSingleByteCoverage); in annotateAllFunctions()
[all …]