HomeSort by relevance Sort by last modified time
    Searched refs:LoopDeletion (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 1 //===- LoopDeletion.cpp - Dead Loop Deletion Pass ---------------===//
30 class LoopDeletion : public LoopPass {
33 LoopDeletion() : LoopPass(ID) {
62 char LoopDeletion::ID = 0;
63 INITIALIZE_PASS_BEGIN(LoopDeletion, "loop-deletion",
70 INITIALIZE_PASS_END(LoopDeletion, "loop-deletion",
74 return new LoopDeletion();
80 bool LoopDeletion::isLoopDead(Loop *L,
133 bool LoopDeletion::runOnLoop(Loop *L, LPPassManager &LPM) {
Android.mk 16 LoopDeletion.cpp \

Completed in 299 milliseconds