LLVM
10.0.0svn
|
#include "llvm/Transforms/InstCombine/InstCombine.h"
Public Member Functions | |
InstCombinePass (bool ExpensiveCombines=true) | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Static Public Member Functions | |
static StringRef | name () |
![]() | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
Definition at line 25 of file InstCombine.h.
Definition at line 32 of file InstCombine.h.
|
inlinestatic |
Definition at line 30 of file InstCombine.h.
PreservedAnalyses InstCombinePass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 3551 of file InstructionCombining.cpp.
References llvm::PreservedAnalyses::all(), llvm::AMDGPUISD::BFI, combineInstructionsOverFunction(), F(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getCachedResult(), llvm::GlobalValue::getParent(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::ProfileSummaryInfo::hasProfileSummary(), llvm::PreservedAnalyses::preserve(), and llvm::PreservedAnalyses::preserveSet().
Referenced by InstCombinePass().