Print this pass's pipeline representation to OS.
Synopsis
Declared in <llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h>
void
printPipeline(
raw_ostream& OS,
function_ref<StringRef(xref:llvm/StringRef.adoc[StringRef)>] MapClassName2PassName);
Parameters
Name |
Description |
OS |
Stream to write the pipeline string to. |
MapClassName2PassName |
Maps class names to pass names. |
Created with MrDocs