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

NameValueComment
Intraprocedural1
Interprocedural2
AnyScope3