LLVM
15.0.0git
|
#include "llvm/Transforms/InstCombine/InstCombine.h"
Public Member Functions | |
InstCombinePass () | |
InstCombinePass (unsigned MaxIterations) | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
![]() | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
![]() | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
Definition at line 28 of file InstCombine.h.
|
explicit |
Definition at line 4558 of file InstructionCombining.cpp.
|
explicit |
Definition at line 4560 of file InstructionCombining.cpp.
PreservedAnalyses InstCombinePass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 4563 of file InstructionCombining.cpp.
References llvm::PreservedAnalyses::all(), llvm::AMDGPUISD::BFI, combineInstructionsOverFunction(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getCachedResult(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::PreservedAnalyses::preserveSet().