LLVM 19.0.0git
Macros | Functions
RegionPass.cpp File Reference
#include "llvm/Analysis/RegionPass.h"
#include "llvm/Analysis/RegionInfo.h"
#include "llvm/IR/OptBisect.h"
#include "llvm/IR/PassTimingInfo.h"
#include "llvm/IR/PrintPasses.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Timer.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "regionpassmgr"
 

Functions

static void addRegionIntoQueue (Region &R, std::deque< Region * > &RQ)
 
static std::string getDescription (const Region &R)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "regionpassmgr"

Definition at line 27 of file RegionPass.cpp.

Function Documentation

◆ addRegionIntoQueue()

static void addRegionIntoQueue ( Region R,
std::deque< Region * > &  RQ 
)
static

◆ getDescription()

static std::string getDescription ( const Region R)
static

Definition at line 279 of file RegionPass.cpp.