Searched refs:InstrumentLoopEntries (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | CFGMST.h | 62 const bool InstrumentLoopEntries; variable 166 if (InstrumentLoopEntries && LI->isLoopHeader(TargetBB)) { in buildEdges() 271 if (!InstrumentLoopEntries) in validateLoopEntryInstrumentation() 322 CFGMST(Function &Func, bool InstrumentFuncEntry, bool InstrumentLoopEntries, 327 InstrumentLoopEntries(InstrumentLoopEntries) { in F() 328 assert(!(InstrumentLoopEntries && !LI) && in F()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 653 bool InstrumentLoopEntries = false, bool HasSingleByteCoverage = false) in FuncPGOInstrumentation() argument 657 MST(F, InstrumentFuncEntry, InstrumentLoopEntries, BPI, BFI, LI), in FuncPGOInstrumentation() 1169 bool InstrumentFuncEntry, bool InstrumentLoopEntries, in PGOUseFunc() argument 1173 InstrumentFuncEntry, InstrumentLoopEntries, in PGOUseFunc() 2226 bool InstrumentLoopEntries = PGOReader->instrLoopEntriesEnabled(); in annotateAllFunctions() local 2228 InstrumentLoopEntries = PGOInstrumentLoopEntries; in annotateAllFunctions() 2245 InstrumentFuncEntry, InstrumentLoopEntries, in annotateAllFunctions()
|