LLVM
8.0.1
|
This header defines classes/functions to handle pass execution timing information with interfaces for both pass managers. More...
#include "llvm/ADT/Any.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Timer.h"
#include "llvm/Support/TypeName.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | llvm::TimePassesHandler |
This class implements -time-passes functionality for new pass manager. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Functions | |
void | llvm::reportAndResetTimings () |
If -time-passes has been specified, report the timings immediately and then reset the timers to zero. More... | |
Timer * | llvm::getPassTimer (Pass *) |
Request the timer for this legacy-pass-manager's pass instance. More... | |
Variables | |
bool | llvm::TimePassesIsEnabled = false |
If the user specifies the -time-passes argument on an LLVM tool command line then the value of this boolean will be true, otherwise false. More... | |
This header defines classes/functions to handle pass execution timing information with interfaces for both pass managers.
Definition in file PassTimingInfo.h.