Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h57 const bool InstrumentFuncEntry; in findAndCompressGroup()
120 if (InstrumentFuncEntry) in buildEdges()
294 CFGMST(Function &Func, bool InstrumentFuncEntry, in F()
297 : F(Func), BPI(BPI), BFI(BFI), InstrumentFuncEntry(InstrumentFuncEntry) {
301 if (AllEdges.size() > 1 && InstrumentFuncEntry)
282 bool InstrumentFuncEntry; global() variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp559 bool InstrumentFuncEntry) { in constructBCI() argument
561 return BlockCoverageInference(Func, InstrumentFuncEntry); in constructBCI()
590 bool InstrumentFuncEntry = true, bool HasSingleByteCoverage = false) in FuncPGOInstrumentation() argument
594 MST(F, InstrumentFuncEntry, BPI, BFI), in FuncPGOInstrumentation()
595 BCI(constructBCI(Func, HasSingleByteCoverage, InstrumentFuncEntry)) { in FuncPGOInstrumentation()
1094 ProfileSummaryInfo *PSI, bool IsCS, bool InstrumentFuncEntry, in PGOUseFunc() argument
1098 InstrumentFuncEntry, HasSingleByteCoverage), in PGOUseFunc()
2118 bool InstrumentFuncEntry = PGOReader->instrEntryBBEnabled(); in annotateAllFunctions() local
2120 InstrumentFuncEntry = PGOInstrumentEntry; in annotateAllFunctions()
2121 InstrumentFuncEntry |= PGOCtxProfLoweringPass::isContextualIRPGOEnabled(); in annotateAllFunctions()
[all …]