llvm::LoopAccessInfoPrinterPass::LoopAccessInfoPrinterPass

Construct a printer that writes LoopAccessInfo results to OS.

Synopsis

Declared in <llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h>

explicit
LoopAccessInfoPrinterPass(
    raw_ostream& OS,
    bool AllowPartial);

Parameters

NameDescription
OSOutput stream for the printed analysis.
AllowPartialWhen true, keep partial runtime checks on failure.