My Project
|
#include "PassDetail.h"
#include "mlir/Pass/PassManager.h"
#include "llvm/ADT/MapVector.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/Threading.h"
#include <chrono>
Enumerations | |
enum | TimerKind |
An enumeration of the different types of timers. More... | |
Variables | |
constexpr StringLiteral | kPassTimingDescription |
|
strong |
An enumeration of the different types of timers.
constexpr StringLiteral kPassTimingDescription |