Home
last modified time | relevance | path

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

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