LLVM 22.0.0git
IncrementalSourceMgr.h File Reference

This file contains IncrementalSourceMgr, an implementation of SourceMgr that allows users to add new instructions incrementally / dynamically. More...

#include "llvm/MCA/SourceMgr.h"
#include "llvm/Support/Compiler.h"
#include <deque>

Go to the source code of this file.

Classes

class  llvm::mca::IncrementalSourceMgr
 An implementation of SourceMgr that allows users to add new instructions incrementally / dynamically. More...

Namespaces

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

Detailed Description

This file contains IncrementalSourceMgr, an implementation of SourceMgr that allows users to add new instructions incrementally / dynamically.

Definition in file IncrementalSourceMgr.h.