LLVM
15.0.0git
|
#include "Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h"
Public Member Functions | |
TruncInstCombine (AssumptionCache &AC, TargetLibraryInfo &TLI, const DataLayout &DL, const DominatorTree &DT) | |
bool | run (Function &F) |
Perform TruncInst pattern optimization on given function. More... | |
Definition at line 54 of file AggressiveInstCombineInternal.h.
|
inline |
Definition at line 82 of file AggressiveInstCombineInternal.h.
References DL.
bool TruncInstCombine::run | ( | Function & | F | ) |
Perform TruncInst pattern optimization on given function.
Definition at line 525 of file TruncInstCombine.cpp.
References BB, llvm::dbgs(), F, I, llvm::DominatorTree::isReachableFromEntry(), LLVM_DEBUG, and llvm::SmallVectorImpl< T >::pop_back_val().
Referenced by runImpl().