enum class Attributor::AttributorPhase
Description
A flag that indicates which stage of the process we are in. Initially, the phase is SEEDING. Phase is changed in `Attributor::run()`
Declared at: llvm/include/llvm/Transforms/IPO/Attributor.h:2201
Enumerators
Name | Value | Comment |
---|---|---|
SEEDING | 0 | |
UPDATE | 1 | |
MANIFEST | 2 | |
CLEANUP | 3 |