Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Support/
DRegisterPasses.cpp180 static cl::opt<bool> PollyOnlyPrinter( variable
335 if (PollyOnlyPrinter) in registerPollyPasses()
421 if (PollyOnlyPrinter || PollyPrinter || PollyOnlyViewer || PollyViewer) in shouldEnablePolly()
424 if (PollyOnlyPrinter || PollyPrinter || PollyOnlyViewer || PollyViewer || in shouldEnablePolly()
490 assert(!PollyOnlyPrinter && "This option is not implemented"); in buildDefaultPollyPipeline()