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

/external/llvm/lib/Analysis/
H A DLoopPass.cpp24 /// PrintLoopPass - Print a Function corresponding to a Loop.
26 class PrintLoopPass : public LoopPass { class in namespace:__anon9403
33 PrintLoopPass(const std::string &B, raw_ostream &o) function in class:__anon9403::PrintLoopPass
51 char PrintLoopPass::ID = 0;
305 return new PrintLoopPass(Banner, O);

Completed in 59 milliseconds