|
LLVM
4.0.0
|
#include <InstCombine.h>
Public Member Functions | |
| InstCombinePass (bool ExpensiveCombines=true) | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Static Public Member Functions | |
| static StringRef | name () |
Static Public Member Functions inherited from llvm::PassInfoMixin< InstCombinePass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Definition at line 27 of file InstCombine.h.
Definition at line 34 of file InstCombine.h.
|
inlinestatic |
Definition at line 32 of file InstCombine.h.
| PreservedAnalyses InstCombinePass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 3164 of file InstructionCombining.cpp.
References llvm::PreservedAnalyses::all(), combineInstructionsOverFunction(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getCachedResult(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::PreservedAnalyses::preserve().
1.8.6