LLVM 20.0.0git
|
Verifier pass for the DominatorTree
.
More...
#include "llvm/IR/Dominators.h"
Public Member Functions | |
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 305 of file Dominators.h.
|
inlinestatic |
Definition at line 307 of file Dominators.h.
PreservedAnalyses DominatorTreeVerifierPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 390 of file Dominators.cpp.
References llvm::PreservedAnalyses::all(), assert(), F, and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().