LLVM 20.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. | |
Definition at line 52 of file AggressiveInstCombineInternal.h.
|
inline |
Definition at line 80 of file AggressiveInstCombineInternal.h.
References DL.
Perform TruncInst pattern optimization on given function.
Definition at line 525 of file TruncInstCombine.cpp.
References llvm::dbgs(), llvm::SmallVectorBase< Size_T >::empty(), F, I, llvm::DominatorTree::isReachableFromEntry(), LLVM_DEBUG, llvm::SmallVectorImpl< T >::pop_back_val(), and llvm::SmallVectorTemplateBase< T, bool >::push_back().
Referenced by runImpl().