LLVM 19.0.0git
Classes | Namespaces | Enumerations | Functions
CFGUpdate.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Classes

class  llvm::cfg::Update< NodePtr >
 

Namespaces

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

Enumerations

enum class  llvm::cfg::UpdateKind : unsigned char { llvm::cfg::Insert , llvm::cfg::Delete }
 

Functions

template<typename NodePtr >
void llvm::cfg::LegalizeUpdates (ArrayRef< Update< NodePtr > > AllUpdates, SmallVectorImpl< Update< NodePtr > > &Result, bool InverseGraph, bool ReverseResultOrder=false)