LLVM 22.0.0git
PostDominators.cpp File Reference

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 40 of file PostDominators.cpp.

References const, and F.

Variable Documentation

◆ ExpensiveChecksEnabled

bool ExpensiveChecksEnabled = false
staticconstexpr