Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h59 PGOInstrumentationType InstrumentationType = PGOInstrumentationType ::FDO)
60 : InstrumentationType(InstrumentationType) {} in InstrumentationType() function
65 const PGOInstrumentationType InstrumentationType;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp377 const PGOInstrumentationType InstrumentationType; member in __anon0925556b0111::FunctionInstrumenter
385 InstrumentationType == PGOInstrumentationType::CTXPROF; in isValueProfilingDisabled()
390 InstrumentationType == PGOInstrumentationType::CTXPROF; in shouldInstrumentEntryBB()
401 PGOInstrumentationType InstrumentationType = PGOInstrumentationType::FDO) in FunctionInstrumenter() argument
403 LI(LI), InstrumentationType(InstrumentationType) {} in FunctionInstrumenter()
450 PGOInstrumentationType InstrumentationType) { in createIRLevelProfileFlagVar() argument
454 if (InstrumentationType == PGOInstrumentationType::CSFDO) in createIRLevelProfileFlagVar()
457 InstrumentationType == PGOInstrumentationType::CTXPROF) in createIRLevelProfileFlagVar()
941 const bool IsCtxProf = InstrumentationType == PGOInstrumentationType::CTXPROF; in instrument()
944 InstrumentationType == PGOInstrumentationType::CSFDO, in instrument()
[all …]