Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DCMakeLists.txt25 LoopStrengthReduce.cpp
DAndroid.mk27 LoopStrengthReduce.cpp \
DLoopStrengthReduce.cpp5030 class LoopStrengthReduce : public LoopPass { class
5033 LoopStrengthReduce();
5042 char LoopStrengthReduce::ID = 0;
5043 INITIALIZE_PASS_BEGIN(LoopStrengthReduce, "loop-reduce",
5051 INITIALIZE_PASS_END(LoopStrengthReduce, "loop-reduce", in INITIALIZE_PASS_DEPENDENCY()
5056 return new LoopStrengthReduce(); in INITIALIZE_PASS_DEPENDENCY()
5059 LoopStrengthReduce::LoopStrengthReduce() : LoopPass(ID) { in LoopStrengthReduce() function in LoopStrengthReduce
5063 void LoopStrengthReduce::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
5083 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) { in runOnLoop()
/external/llvm/lib/Analysis/
DREADME.txt5 In test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll, the
/external/llvm/test/Transforms/LoopStrengthReduce/
D2012-03-15-nopreheader.ll3 ; <rdar://problem/11049788> Segmentation fault: 11 in LoopStrengthReduce
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch3463 + LoopStrengthReduce.cpp \