Home
last modified time | relevance | path

Searched refs:createLoopPassPrinter (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/opt/
DPassPrinters.h37 LoopPass *createLoopPassPrinter(const PassInfo *PI, raw_ostream &out,
DPassPrinters.cpp247 LoopPass *llvm::createLoopPassPrinter(const PassInfo *PI, raw_ostream &OS, in createLoopPassPrinter() function in llvm
Dopt.cpp546 Passes.add(createLoopPassPrinter(PassInf, Out->os(), Quiet)); in main()