LLVM 19.0.0git
Macros | Functions | Variables
PostDominators.cpp File Reference
#include "llvm/Analysis/PostDominators.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/PassManager.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "postdomtree"
 

Functions

 INITIALIZE_PASS (PostDominatorTreeWrapperPass, "postdomtree", "Post-Dominator Tree Construction", true, true) bool PostDominatorTree
 

Variables

static constexpr bool ExpensiveChecksEnabled = false
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "postdomtree"

Definition at line 23 of file PostDominators.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( PostDominatorTreeWrapperPass  ,
"postdomtree"  ,
"Post-Dominator Tree Construction"  ,
true  ,
true   
)

Definition at line 42 of file PostDominators.cpp.

Variable Documentation

◆ ExpensiveChecksEnabled

constexpr bool ExpensiveChecksEnabled = false
staticconstexpr