Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h57 const bool InstrumentFuncEntry; variable
120 if (InstrumentFuncEntry) in buildEdges()
294 CFGMST(Function &Func, bool InstrumentFuncEntry,
297 : F(Func), BPI(BPI), BFI(BFI), InstrumentFuncEntry(InstrumentFuncEntry) { in F()
301 if (AllEdges.size() > 1 && InstrumentFuncEntry) in F()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp537 bool InstrumentFuncEntry) { in constructBCI() argument
539 return BlockCoverageInference(Func, InstrumentFuncEntry); in constructBCI()
568 bool InstrumentFuncEntry = true, bool HasSingleByteCoverage = false) in FuncPGOInstrumentation() argument
572 MST(F, InstrumentFuncEntry, BPI, BFI), in FuncPGOInstrumentation()
573 BCI(constructBCI(Func, HasSingleByteCoverage, InstrumentFuncEntry)) { in FuncPGOInstrumentation()
1042 ProfileSummaryInfo *PSI, bool IsCS, bool InstrumentFuncEntry, in PGOUseFunc() argument
1046 InstrumentFuncEntry, HasSingleByteCoverage), in PGOUseFunc()
2015 bool InstrumentFuncEntry = PGOReader->instrEntryBBEnabled(); in annotateAllFunctions() local
2017 InstrumentFuncEntry = PGOInstrumentEntry; in annotateAllFunctions()
2032 InstrumentFuncEntry, HasSingleByteCoverage); in annotateAllFunctions()