Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h106 if (InstrumentFuncEntry) in buildEdges()
282 bool InstrumentFuncEntry; variable
289 InstrumentFuncEntry(InstrumentFuncEntry_) { in F()
293 if (AllEdges.size() > 1 && InstrumentFuncEntry) in F()
H A DPGOInstrumentation.cpp613 bool InstrumentFuncEntry = true) in FuncPGOInstrumentation() argument
616 MST(F, InstrumentFuncEntry, BPI, BFI) { in FuncPGOInstrumentation()
1062 ProfileSummaryInfo *PSI, bool IsCS, bool InstrumentFuncEntry) in PGOUseFunc() argument
1065 InstrumentFuncEntry), in PGOUseFunc()
1846 bool InstrumentFuncEntry = PGOReader->instrEntryBBEnabled(); in annotateAllFunctions() local
1848 InstrumentFuncEntry = PGOInstrumentEntry; in annotateAllFunctions()
1859 InstrumentFuncEntry); in annotateAllFunctions()