Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp506 bool HasSingleByteCoverage; member
508 SelectInstVisitor(Function &Func, bool HasSingleByteCoverage) in SelectInstVisitor()
509 : F(Func), HasSingleByteCoverage(HasSingleByteCoverage) {} in SelectInstVisitor()
620 constructBCI(Function &Func, bool HasSingleByteCoverage, in constructBCI() argument
622 if (HasSingleByteCoverage) in constructBCI()
653 bool InstrumentLoopEntries = false, bool HasSingleByteCoverage = false) in FuncPGOInstrumentation() argument
656 SIVisitor(Func, HasSingleByteCoverage), in FuncPGOInstrumentation()
658 BCI(constructBCI(Func, HasSingleByteCoverage, InstrumentFuncEntry)) { in FuncPGOInstrumentation()
1170 bool HasSingleByteCoverage) in PGOUseFunc() argument
1174 HasSingleByteCoverage), in PGOUseFunc()
[all …]