enum class PassSummaryAction
Description
What to do with the summary when running passes that operate on it.
Declared at: llvm/include/llvm/Transforms/IPO.h:227
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | Do nothing. |
Import | 1 | Import information from summary. |
Export | 2 | Export information to summary. |