LLVM 22.0.0git
PassTimingInfo.h File Reference

This header defines classes/functions to handle pass execution timing information with interfaces for both pass managers. More...

#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Timer.h"
#include <memory>
#include <utility>

Go to the source code of this file.

Classes

class  llvm::TimePassesHandler
 This class implements -time-passes functionality for new pass manager. More...

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Functions

LLVM_ABI void llvm::reportAndResetTimings (raw_ostream *OutStream=nullptr)
 If -time-passes has been specified, report the timings immediately and then reset the timers to zero.
LLVM_ABI Timerllvm::getPassTimer (Pass *)
 Request the timer for this legacy-pass-manager's pass instance.

Detailed Description

This header defines classes/functions to handle pass execution timing information with interfaces for both pass managers.

Definition in file PassTimingInfo.h.