Home
last modified time | relevance | path

Searched refs:LoopStrengthReduce (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DREADME.txt5 In test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll, the
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/
H A Dshl.ll27 ; LoopStrengthReduce should reuse %mul as the stride.
H A Dphi_ehpad_ignore_sameval.ll1 ; This tests that LoopStrengthReduce ignores possible optimizations that are
H A D2012-03-15-nopreheader.ll3 ; <rdar://problem/11049788> Segmentation fault: 11 in LoopStrengthReduce
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DCMakeLists.txt45 LoopStrengthReduce.cpp
H A DLoopStrengthReduce.cpp5867 class LoopStrengthReduce : public LoopPass { class
5871 LoopStrengthReduce();
5880 LoopStrengthReduce::LoopStrengthReduce() : LoopPass(ID) { in LoopStrengthReduce() function in LoopStrengthReduce
5884 void LoopStrengthReduce::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
6656 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { in runOnLoop()
6690 char LoopStrengthReduce::ID = 0;
6692 INITIALIZE_PASS_BEGIN(LoopStrengthReduce, "loop-reduce",
6700 INITIALIZE_PASS_END(LoopStrengthReduce, "loop-reduce", in INITIALIZE_PASS_DEPENDENCY()
6703 Pass *llvm::createLoopStrengthReducePass() { return new LoopStrengthReduce(); } in INITIALIZE_PASS_DEPENDENCY()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/
H A DBUILD.gn56 "LoopStrengthReduce.cpp",
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dlsr-legaladdimm.ll9 ; a correct isLegalAddImmediate is implemented, thanks to LoopStrengthReduce.
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5632 llvm/include/llvm/Transforms/Scalar/LoopStrengthReduce.h