LLVM
8.0.1
|
Options for the frontend instrumentation based profiling pass. More...
#include "llvm/Transforms/Instrumentation.h"
Public Member Functions | |
InstrProfOptions ()=default | |
Public Attributes | |
bool | NoRedZone = false |
bool | DoCounterPromotion = false |
bool | Atomic = false |
std::string | InstrProfileOutput |
Options for the frontend instrumentation based profiling pass.
Definition at line 126 of file Instrumentation.h.
|
default |
Definition at line 134 of file Instrumentation.h.
Definition at line 131 of file Instrumentation.h.
Referenced by llvm::PassBuilder::buildFunctionSimplificationPipeline(), and llvm::PassManagerBuilder::populateFunctionPassManager().
std::string llvm::InstrProfOptions::InstrProfileOutput |
Definition at line 137 of file Instrumentation.h.
Referenced by llvm::PassBuilder::buildFunctionSimplificationPipeline(), and llvm::PassManagerBuilder::populateFunctionPassManager().
Definition at line 128 of file Instrumentation.h.