Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp562 bool InstrumentFuncEntry = true) in FuncPGOInstrumentation() argument
565 MST(F, InstrumentFuncEntry, BPI, BFI) { in FuncPGOInstrumentation()
1033 ProfileSummaryInfo *PSI, bool IsCS, bool InstrumentFuncEntry) in PGOUseFunc() argument
1036 InstrumentFuncEntry), in PGOUseFunc()
2123 bool InstrumentFuncEntry = PGOReader->instrEntryBBEnabled(); in annotateAllFunctions() local
2125 InstrumentFuncEntry = PGOInstrumentEntry; in annotateAllFunctions()
2136 InstrumentFuncEntry); in annotateAllFunctions()