Searched refs:InstrumentFuncEntry (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | CFGMST.h | 59 const bool InstrumentFuncEntry; variable 125 if (InstrumentFuncEntry) in buildEdges() 322 CFGMST(Function &Func, bool InstrumentFuncEntry, bool InstrumentLoopEntries, 326 InstrumentFuncEntry(InstrumentFuncEntry), in F() 336 if (AllEdges.size() > 1 && InstrumentFuncEntry) in F()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 621 bool InstrumentFuncEntry) { in constructBCI() argument 623 return BlockCoverageInference(Func, InstrumentFuncEntry); in constructBCI() 652 bool IsCS = false, bool InstrumentFuncEntry = true, in FuncPGOInstrumentation() argument 657 MST(F, InstrumentFuncEntry, InstrumentLoopEntries, BPI, BFI, LI), in FuncPGOInstrumentation() 658 BCI(constructBCI(Func, HasSingleByteCoverage, InstrumentFuncEntry)) { in FuncPGOInstrumentation() 1169 bool InstrumentFuncEntry, bool InstrumentLoopEntries, in PGOUseFunc() argument 1173 InstrumentFuncEntry, InstrumentLoopEntries, in PGOUseFunc() 2223 bool InstrumentFuncEntry = PGOReader->instrEntryBBEnabled(); in annotateAllFunctions() local 2225 InstrumentFuncEntry = PGOInstrumentEntry; in annotateAllFunctions() 2245 InstrumentFuncEntry, InstrumentLoopEntries, in annotateAllFunctions()
|