Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Transform/
H A DForwardOpTree.cpp397 void printStatements(raw_ostream &OS, int Indent = 0) const { in printStatements() function in __anon533823240111::ForwardOpTreeImpl
1025 printStatements(OS, Indent); in print()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1940 void printStatements(raw_ostream &OS, bool PrintInstructions) const;
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp2111 void Scop::printStatements(raw_ostream &OS, bool PrintInstructions) const { in printStatements() function in Scop
2157 printStatements(OS.indent(4), PrintInstructions); in print()