Home
last modified time | relevance | path

Searched refs:LoopInstSimplify (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopInstSimplify.cpp30 class LoopInstSimplify : public LoopPass { class
33 LoopInstSimplify() : LoopPass(ID) { in LoopInstSimplify() function in __anona58d438f0111::LoopInstSimplify
50 char LoopInstSimplify::ID = 0;
51 INITIALIZE_PASS_BEGIN(LoopInstSimplify, "loop-instsimplify",
56 INITIALIZE_PASS_END(LoopInstSimplify, "loop-instsimplify", in INITIALIZE_PASS_DEPENDENCY()
60 return new LoopInstSimplify(); in INITIALIZE_PASS_DEPENDENCY()
63 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp36 class LoopInstSimplify : public LoopPass { class
39 LoopInstSimplify() : LoopPass(ID) { in LoopInstSimplify() function in __anon95124a630111::LoopInstSimplify
54 char LoopInstSimplify::ID = 0;
55 INITIALIZE_PASS_BEGIN(LoopInstSimplify, "loop-instsimplify",
60 INITIALIZE_PASS_END(LoopInstSimplify, "loop-instsimplify", in INITIALIZE_PASS_DEPENDENCY()
64 return new LoopInstSimplify(); in INITIALIZE_PASS_DEPENDENCY()
67 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DCMakeLists.txt24 LoopInstSimplify.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DCMakeLists.txt32 LoopInstSimplify.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DReleaseNotes.rst36 * The LoopInstSimplify pass (``-loop-instsimplify``) has been removed.
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk889 llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp \
DBUILD.gn1145 "llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp",
/external/swiftshader/
DCMakeLists.txt1386 ${LLVM_DIR}/lib/Transforms/Scalar/LoopInstSimplify.cpp