|
LLVM
8.0.1
|
#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 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 26 of file InstCombine.h.
Definition at line 33 of file InstCombine.h.
|
inlinestatic |
Definition at line 31 of file InstCombine.h.
| PreservedAnalyses InstCombinePass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 3454 of file InstructionCombining.cpp.
References llvm::PreservedAnalyses::all(), combineInstructionsOverFunction(), F(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getCachedResult(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::PreservedAnalyses::preserve(), and llvm::PreservedAnalyses::preserveSet().
Referenced by InstCombinePass().
1.8.13