Construct a printer that writes LoopAccessInfo results to OS.
Declared in <llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h>
explicit
LoopAccessInfoPrinterPass(
raw_ostream& OS,
bool AllowPartial);
| Name | Description |
|---|---|
| OS | Output stream for the printed analysis. |
| AllowPartial | When true, keep partial runtime checks on failure. |