Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopGraphPrinter.cpp226 struct ScopPrinter struct
229 ScopPrinter() in ScopPrinter() argument
232 char ScopPrinter::ID = 0;
250 static RegisterPass<ScopPrinter> M("dot-scops",
261 Pass *polly::createDOTPrinterPass() { return new ScopPrinter(); } in createDOTPrinterPass()
/external/llvm-project/polly/test/ScopDetect/
Ddot-scops.ll3 ; Check that the ScopPrinter does not crash.
4 ; ScopPrinter needs the ScopDetection pass, which should depend on