struct DominatorTreeVerifierPass
Declaration
struct DominatorTreeVerifierPass : public PassInfoMixin { /* full declaration omitted */ };
Description
Verifier pass for the \c DominatorTree.
Declared at: llvm/include/llvm/IR/Dominators.h:254
Inherits from: PassInfoMixin
Method Overview
- public llvm::PreservedAnalyses run(llvm::Function & F, llvm::FunctionAnalysisManager & AM)
Methods
ΒΆllvm::PreservedAnalyses run(
llvm::Function& F,
llvm::FunctionAnalysisManager& AM)
llvm::PreservedAnalyses run(
llvm::Function& F,
llvm::FunctionAnalysisManager& AM)
Declared at: llvm/include/llvm/IR/Dominators.h:255