struct InstrProfOptions
Declaration
struct InstrProfOptions { /* full declaration omitted */ };
Description
Options for the frontend instrumentation based profiling pass.
Declared at: llvm/include/llvm/Transforms/Instrumentation.h:107
Member Variables
- public bool NoRedZone = false
- public bool DoCounterPromotion = false
- public bool Atomic = false
- public bool UseBFIInPromotion = false
- public std::string InstrProfileOutput
Method Overview
- public InstrProfOptions()
Methods
ΒΆInstrProfOptions()
InstrProfOptions()
Declared at: llvm/include/llvm/Transforms/Instrumentation.h:123