struct Attributor::DepInfo
Declaration
struct Attributor::DepInfo { /* full declaration omitted */ };
Description
Information about a dependence. If FromAA is changed ToAA needs to be updated as well.
Declared at: llvm/include/llvm/Transforms/IPO/Attributor.h:2166
Member Variables
- public const llvm::AbstractAttribute* FromAA
- public const llvm::AbstractAttribute* ToAA
- public llvm::DepClassTy DepClass