|
LLVM 22.0.0git
|
#include "llvm/ADT/StringMap.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/DataTypes.h"#include "llvm/Support/Mutex.h"#include <cassert>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | llvm::TimeRecord |
| class | llvm::Timer |
| This class is used to track the amount of time spent between invocations of its startTimer()/stopTimer() methods. More... | |
| class | llvm::TimeRegion |
| The TimeRegion class is used as a helper class to call the startTimer() and stopTimer() methods of the Timer class. More... | |
| struct | llvm::NamedRegionTimer |
| This class is basically a combination of TimeRegion and Timer. More... | |
| class | llvm::TimerGroup |
| The TimerGroup class is used to group together related timers into a single report that is printed when the TimerGroup is destroyed. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |