LLVM 19.0.0git
Classes | Namespaces | Typedefs
SourceMgr.h File Reference

This file contains abstract class SourceMgr and the default implementation, CircularSourceMgr. More...

#include "llvm/ADT/ArrayRef.h"
#include "llvm/MCA/Instruction.h"

Go to the source code of this file.

Classes

struct  llvm::mca::SourceMgr
 Abstracting the input code sequence (a sequence of MCInst) and assigning unique identifiers to every instruction in the sequence. More...
 
class  llvm::mca::CircularSourceMgr
 The default implementation of SourceMgr. More...
 

Namespaces

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

Typedefs

typedef std::pair< unsigned, const Instruction & > llvm::mca::SourceRef
 

Detailed Description

This file contains abstract class SourceMgr and the default implementation, CircularSourceMgr.

Definition in file SourceMgr.h.