Function to print a loop's contents as LLVM's text IR assembly.
Declared in <llvm/Analysis/LoopInfo.h>
void
printLoop(
Loop const& L,
raw_ostream& OS,
std::string const& Banner = "");
| Name | Description |
|---|---|
| L | Loop to print. |
| OS | Output stream. |
| Banner | Optional banner printed before the loop. |