LLVM  8.0.1
Classes | Enumerations | Functions
llvm::cfg Namespace Reference

Classes

class  Update
 

Enumerations

enum  UpdateKind : unsigned char { UpdateKind::Insert, UpdateKind::Delete }
 

Functions

template<typename NodePtr >
void LegalizeUpdates (ArrayRef< Update< NodePtr >> AllUpdates, SmallVectorImpl< Update< NodePtr >> &Result, bool InverseGraph)
 

Enumeration Type Documentation

◆ UpdateKind

Enumerator
Insert 
Delete 

Definition at line 27 of file CFGUpdate.h.

Function Documentation

◆ LegalizeUpdates()

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