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

NameValueComment
SEEDING0
UPDATE1
MANIFEST2
CLEANUP3