Searched refs:LoopStrengthReduce (Results 1 – 6 of 6) sorted by relevance
5 In test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll, the
41 LoopStrengthReduce.cpp
5668 class LoopStrengthReduce : public LoopPass { class5672 LoopStrengthReduce();5681 LoopStrengthReduce::LoopStrengthReduce() : LoopPass(ID) { in LoopStrengthReduce() function in LoopStrengthReduce5685 void LoopStrengthReduce::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()5737 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { in runOnLoop()5764 char LoopStrengthReduce::ID = 0;5766 INITIALIZE_PASS_BEGIN(LoopStrengthReduce, "loop-reduce",5774 INITIALIZE_PASS_END(LoopStrengthReduce, "loop-reduce", in INITIALIZE_PASS_DEPENDENCY()5777 Pass *llvm::createLoopStrengthReducePass() { return new LoopStrengthReduce(); } in INITIALIZE_PASS_DEPENDENCY()
747 "llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp",
977 "llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp",
751 ${LLVM_DIR}/lib/Transforms/Scalar/LoopStrengthReduce.cpp