Print this pass's pipeline representation to OS.
Declared in <llvm/Transforms/Scalar/GVN.h>
void
printPipeline(
raw_ostream& OS,
function_ref<StringRef(StringRef)> MapClassName2PassName);
| Name | Description |
|---|---|
| OS | Stream to write the pipeline string to. |
| MapClassName2PassName | Maps class names to pass names. |