LLVM 20.0.0git
|
#include "llvm/Transforms/InstCombine/InstCombine.h"
Public Member Functions | |
InstCombinePass (InstCombineOptions Opts={}) | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< InstCombinePass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< InstCombinePass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Definition at line 54 of file InstCombine.h.
|
explicit |
Definition at line 5449 of file InstructionCombining.cpp.
void InstCombinePass::printPipeline | ( | raw_ostream & | OS, |
function_ref< StringRef(StringRef)> | MapClassName2PassName | ||
) |
Definition at line 5451 of file InstructionCombining.cpp.
References llvm::InstCombineOptions::MaxIterations, OS, printPipeline(), llvm::InstCombineOptions::UseLoopInfo, and llvm::InstCombineOptions::VerifyFixpoint.
Referenced by printPipeline().
PreservedAnalyses InstCombinePass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 5462 of file InstructionCombining.cpp.
References llvm::PreservedAnalyses::all(), combineInstructionsOverFunction(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getCachedResult(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::PreservedAnalyses::preserveSet(), and llvm::InstCombineOptions::UseLoopInfo.