Home
last modified time | relevance | path

Searched refs:LoopSimplify (Results 1 – 25 of 25) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp746 struct LoopSimplify : public FunctionPass { struct
748 LoopSimplify() : FunctionPass(ID) { in LoopSimplify() argument
783 char LoopSimplify::ID = 0;
784 INITIALIZE_PASS_BEGIN(LoopSimplify, "loop-simplify",
789 INITIALIZE_PASS_END(LoopSimplify, "loop-simplify",
793 char &llvm::LoopSimplifyID = LoopSimplify::ID;
794 Pass *llvm::createLoopSimplifyPass() { return new LoopSimplify(); } in createLoopSimplifyPass()
799 bool LoopSimplify::runOnFunction(Function &F) { in runOnFunction()
860 void LoopSimplify::verifyAnalysis() const { in verifyAnalysis()
DCMakeLists.txt21 LoopSimplify.cpp
DAndroid.mk22 LoopSimplify.cpp \
/external/llvm/test/Transforms/LoopRotate/
Dpreserve-loop-simplify.ll3 ; Verify that LoopRotate preserves LoopSimplify form even in very peculiar loop
5 ; can't cause a failure when LoopSimplify fails to be preserved.
/external/llvm/test/Transforms/LoopSimplify/
Dindirectbr-backedge.ll3 ; LoopSimplify shouldn't split loop backedges that use indirectbr.
D2003-12-10-ExitBlocksProblem.ll1 ; LoopSimplify is breaking LICM on this testcase because the exit blocks from
Dindirectbr.ll5 ; LoopSimplify should not try to transform loops when indirectbr is involved.
Dashr-crash.ll7 ; In particular, LoopSimplify hoists %cmp4, resulting in this SCEV for %add:
Dnotify-scev.ll5 ; Ensure that LoopSimplify calls ScalarEvolution::forgetLoop before
Dpreserve-scev.ll7 ; LoopSimplify should invalidate indvars when splitting out the
/external/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp68 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY()
DLoopRotation.cpp89 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY()
DPlaceSafepoints.cpp715 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY()
DLoopUnrollPass.cpp242 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY()
DLoopIdiomRecognize.cpp219 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY()
DLoopInterchange.cpp1147 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_AG_DEPENDENCY()
DLICM.cpp159 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY()
DLoopUnswitch.cpp339 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY()
DIndVarSimplify.cpp130 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY()
DLoopStrengthReduce.cpp5050 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp60 INITIALIZE_PASS_DEPENDENCY(LoopSimplify)
/external/llvm/test/Transforms/LoopUnswitch/
Dpreserve-analyses.ll4 ; preserve LCSSA and LoopSimplify forms.
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4016 INITIALIZE_PASS_DEPENDENCY(LoopSimplify)
DLoopVectorize.cpp5219 INITIALIZE_PASS_DEPENDENCY(LoopSimplify)
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch3541 + LoopSimplify.cpp \