Annotate IC with a human‐readable inline pass name string.
Synopsis
Declared in <llvm/Analysis/InlineAdvisor.h>
std::string
AnnotateInlinePassName(InlineContext IC);
Return Value
Annotated pass name for remarks and diagnostics.
Parameters
Name |
Description |
IC |
Inline context whose pass and LTO phase are annotated. |
Created with MrDocs