Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp744 struct LoopSimplify : public FunctionPass { struct
746 LoopSimplify() : FunctionPass(ID) { in LoopSimplify() function
779 char LoopSimplify::ID = 0;
780 INITIALIZE_PASS_BEGIN(LoopSimplify, "loop-simplify",
785 INITIALIZE_PASS_END(LoopSimplify, "loop-simplify",
789 char &llvm::LoopSimplifyID = LoopSimplify::ID;
790 Pass *llvm::createLoopSimplifyPass() { return new LoopSimplify(); } in createLoopSimplifyPass()
795 bool LoopSimplify::runOnFunction(Function &F) { in runOnFunction()
912 void LoopSimplify::verifyAnalysis() const { in verifyAnalysis()
DCMakeLists.txt41 LoopSimplify.cpp
DCanonicalizeFreezeInLoops.cpp240 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY()
DLoopUtils.cpp192 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in initializeLoopPassPass()
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/
DBUILD.gn49 "LoopSimplify.cpp",
/openbsd/src/gnu/usr.bin/clang/libLLVMTransformUtils/
DMakefile48 LoopSimplify.cpp \
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp91 INITIALIZE_PASS_DEPENDENCY(LoopSimplify)
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp146 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY()
DLoopVersioningLICM.cpp624 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY()
DLoopUnrollAndJamPass.cpp519 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY()
DLoopLoadElimination.cpp716 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_BEGIN()
DLoopStrengthReduce.cpp6946 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp218 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY() argument
DHexagonLoopIdiomRecognition.cpp277 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY()
/openbsd/src/gnu/llvm/llvm/docs/
DLoopTerminology.rst128 The :ref:`LoopSimplify <loop-terminology-loop-simplify>` pass will
285 It is ensured by the LoopSimplify
289 `LoopSimplify.h <https://llvm.org/doxygen/LoopSimplify_8h_source.html>`_.
/openbsd/src/distrib/sets/lists/comp/
Dclang.macppc2797 ./usr/include/llvm/Transforms/Utils/LoopSimplify.h
Dclang.powerpc642796 ./usr/include/llvm/Transforms/Utils/LoopSimplify.h
Dclang.i3862796 ./usr/include/llvm/Transforms/Utils/LoopSimplify.h
Dclang.amd642798 ./usr/include/llvm/Transforms/Utils/LoopSimplify.h
Dclang.riscv642796 ./usr/include/llvm/Transforms/Utils/LoopSimplify.h
Dclang.octeon2797 ./usr/include/llvm/Transforms/Utils/LoopSimplify.h
Dclang.armv72796 ./usr/include/llvm/Transforms/Utils/LoopSimplify.h
Dclang.arm642798 ./usr/include/llvm/Transforms/Utils/LoopSimplify.h
Dclang.loongson2797 ./usr/include/llvm/Transforms/Utils/LoopSimplify.h
Dclang.sparc642797 ./usr/include/llvm/Transforms/Utils/LoopSimplify.h

12