Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/opt/
H A DPassPrinters.h41 LoopPass *createLoopPassPrinter(const PassInfo *PI, raw_ostream &out,
H A DPassPrinters.cpp254 LoopPass *llvm::createLoopPassPrinter(const PassInfo *PI, raw_ostream &OS, in createLoopPassPrinter() function in llvm
H A Dopt.cpp742 Passes.add(createLoopPassPrinter(PassInf, Out->os(), Quiet)); in main()