HomeSort by relevance Sort by last modified time
    Searched full:loopinstsimplify (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Scalar/
CMakeLists.txt 17 LoopInstSimplify.cpp
LoopInstSimplify.cpp 1 //===- LoopInstSimplify.cpp - Loop Instruction Simplification Pass --------===//
32 class LoopInstSimplify : public LoopPass {
35 LoopInstSimplify() : LoopPass(ID) {
53 char LoopInstSimplify::ID = 0;
54 INITIALIZE_PASS_BEGIN(LoopInstSimplify, "loop-instsimplify",
60 INITIALIZE_PASS_END(LoopInstSimplify, "loop-instsimplify",
64 return new LoopInstSimplify();
67 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) {
Android.mk 19 LoopInstSimplify.cpp \
  /external/llvm/include/llvm/Transforms/
Scalar.h 133 // LoopInstSimplify - This pass simplifies instructions in a loop's body.

Completed in 299 milliseconds