Searched refs:createLoopPassPrinter (Results 1 – 3 of 3) sorted by relevance
34 LoopPass *createLoopPassPrinter(const PassInfo *PI, raw_ostream &out);
206 LoopPass *llvm::createLoopPassPrinter(const PassInfo *PI, raw_ostream &OS) { in createLoopPassPrinter() function in llvm
965 Passes.add(createLoopPassPrinter(PassInf, Out->os())); in main()