reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/Analysis/ScopInfo.cpp
 2215   OS.indent(4) << "Function: " << getFunction().getName() << "\n";
 2216   OS.indent(4) << "Region: " << getNameStr() << "\n";
 2217   OS.indent(4) << "Max Loop Depth:  " << getMaxLoopDepth() << "\n";
 2218   OS.indent(4) << "Invariant Accesses: {\n";
 2222       OS.indent(12) << "Class Pointer: " << *IAClass.IdentifyingPointer << "\n";
 2224       MAs.front()->print(OS);
 2225       OS.indent(12) << "Execution Context: " << IAClass.ExecutionContext
 2229   OS.indent(4) << "}\n";
 2230   printContext(OS.indent(4));
 2231   printArrayInfo(OS.indent(4));
 2232   printAliasAssumptions(OS);
 2233   printStatements(OS.indent(4), PrintInstructions);