enum ValueScope
Description
Flags to distinguish intra-procedural queries from *potentially* inter-procedural queries. Not that information can be valid for both and therefore both bits might be set.
Declared at: llvm/include/llvm/Transforms/IPO/Attributor.h:157
Enumerators
Name | Value | Comment |
---|---|---|
Intraprocedural | 1 | |
Interprocedural | 2 | |
AnyScope | 3 |