Go to the source code of this file.
|
| | llvm |
| | Compute iterated dominance frontiers using a linear time algorithm.
|
| |
|
static ManagedStatic
< std::vector< std::string > > | llvm::CurrentDebugType |
| |
| static cl::opt< bool, true > | Debug ("debug", cl::desc("Enable debug output"), cl::Hidden, cl::location(DebugFlag)) |
| |
| static cl::opt< unsigned > | DebugBufferSize ("debug-buffer-size", cl::desc("Buffer the last N characters of debug output ""until program termination. ""[default 0 -- immediate print-out]"), cl::Hidden, cl::init(0)) |
| |
| static DebugOnlyOpt | DebugOnlyOptLoc |
| |
static cl::opt< DebugOnlyOpt,
true, cl::parser< std::string > > | DebugOnly ("debug-only", cl::desc("Enable a specific type of debug output"), cl::Hidden, cl::ZeroOrMore, cl::value_desc("debug string"), cl::location(DebugOnlyOptLoc), cl::ValueRequired) |
| |
| static void debug_user_sig_handler |
( |
void * |
Cookie | ) |
|
|
static |
| cl::opt<bool, true> Debug("debug", cl::desc("Enable debug output"), cl::Hidden, cl::location(DebugFlag)) |
|
static |
| cl::opt<unsigned> DebugBufferSize("debug-buffer-size", cl::desc("Buffer the last N characters of debug output ""until program termination. ""[default 0 -- immediate print-out]"), cl::Hidden, cl::init(0)) |
|
static |
| DebugOnlyOpt DebugOnlyOptLoc |
|
static |