LLVM 22.0.0git
Tracker.h File Reference

Go to the source code of this file.

Classes

class  llvm::sandboxir::IRSnapshotChecker
 A class that saves hashes and textual IR snapshots of functions in a SandboxIR Context, and does hash comparison when expectNoDiff is called. More...
class  llvm::sandboxir::IRChangeBase
 The base class for IR Change classes. More...
class  llvm::sandboxir::UseSet
 Tracks the change of the source Value of a sandboxir::Use. More...
class  llvm::sandboxir::PHIRemoveIncoming
class  llvm::sandboxir::PHIAddIncoming
class  llvm::sandboxir::CmpSwapOperands
class  llvm::sandboxir::UseSwap
 Tracks swapping a Use with another Use. More...
class  llvm::sandboxir::EraseFromParent
class  llvm::sandboxir::RemoveFromParent
class  llvm::sandboxir::GenericSetter< GetterFn, SetterFn >
 This class can be used for tracking most instruction setters. More...
class  llvm::sandboxir::GenericSetterWithIdx< GetterFn, SetterFn >
 Similar to GenericSetter but the setters/getters have an index as their first argument. More...
class  llvm::sandboxir::CatchSwitchAddHandler
class  llvm::sandboxir::SwitchAddCase
class  llvm::sandboxir::SwitchRemoveCase
class  llvm::sandboxir::MoveInstr
class  llvm::sandboxir::InsertIntoBB
class  llvm::sandboxir::CreateAndInsertInst
class  llvm::sandboxir::ShuffleVectorSetMask
class  llvm::sandboxir::Tracker
 The tracker collects all the change objects and implements the main API for saving / reverting / accepting. More...

Namespaces

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