Searched defs:LoopDeletion (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp1 //===- LoopDeletion.cpp - Dead Loop Deletion Pass ---------------===//
29 class LoopDeletion : public LoopPass { class in namespace:__anon7776
32 LoopDeletion() : LoopPass(ID) { function in class:__anon7776::LoopDeletion
59 char LoopDeletion::ID = 0;
60 INITIALIZE_PASS_BEGIN(LoopDeletion, "loop-deletion",
67 INITIALIZE_PASS_END(LoopDeletion, "loop-deletion",
71 return new LoopDeletion();
77 bool LoopDeletion::IsLoopDead(Loop* L,
130 bool LoopDeletion::runOnLoop(Loop* L, LPPassManager& LPM) {

Completed in 33 milliseconds