LLVM 22.0.0git
|
Verifier pass for the DominatorTree
.
More...
#include "llvm/IR/Dominators.h"
Public Member Functions | |
LLVM_ABI PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< DominatorTreeVerifierPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Static Public Member Functions | |
static bool | isRequired () |
Static Public Member Functions inherited from llvm::PassInfoMixin< DominatorTreeVerifierPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. |
Verifier pass for the DominatorTree
.
Definition at line 310 of file Dominators.h.
|
inlinestatic |
Definition at line 312 of file Dominators.h.
PreservedAnalyses DominatorTreeVerifierPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM ) |
Definition at line 403 of file Dominators.cpp.
References llvm::PreservedAnalyses::all(), assert(), F, and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().