Print this pass and its options as a pipeline string.
Synopsis
Declared in <llvm/CodeGen/ExpandIRInsts.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