Searched refs:LoopStrengthReduce (Results 1 – 5 of 5) sorted by relevance
5 In test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll, the
43 LoopStrengthReduce.cpp
5792 class LoopStrengthReduce : public LoopPass { class5796 LoopStrengthReduce();5805 LoopStrengthReduce::LoopStrengthReduce() : LoopPass(ID) { in LoopStrengthReduce() function in LoopStrengthReduce5809 void LoopStrengthReduce::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()5959 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { in runOnLoop()5993 char LoopStrengthReduce::ID = 0;5995 INITIALIZE_PASS_BEGIN(LoopStrengthReduce, "loop-reduce",6003 INITIALIZE_PASS_END(LoopStrengthReduce, "loop-reduce", in INITIALIZE_PASS_DEPENDENCY()6006 Pass *llvm::createLoopStrengthReducePass() { return new LoopStrengthReduce(); } in INITIALIZE_PASS_DEPENDENCY()
50 LoopStrengthReduce.cpp \
54 "LoopStrengthReduce.cpp",