Home
last modified time | relevance | path

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

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