LLVM 22.0.0git
RegionInfoImpl.h File Reference
#include "llvm/ADT/GraphTraits.h"
#include "llvm/ADT/PostOrderIterator.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/PostDominators.h"
#include "llvm/Analysis/RegionInfo.h"
#include "llvm/Analysis/RegionIterator.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include <algorithm>
#include <cassert>
#include <iterator>
#include <memory>
#include <set>
#include <string>
#include <type_traits>
#include <vector>

Go to the source code of this file.

Namespaces

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

Macros

#define DEBUG_TYPE   "region"

Variables

template<class Tr>
bool llvm::RegionInfoBase< Tr >::VerifyRegionInfo = false
template<class Tr>
Tr::RegionT::PrintStyle llvm::RegionInfoBase< Tr >::printStyle

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "region"

Definition at line 34 of file RegionInfoImpl.h.