LLVM: PhiInfo Struct Reference (original) (raw)
Maximum remaining allocation size observed for a phi node, and how often the allocation size has already been decreased. More...
| Static Public Attributes | |
|---|---|
| static constexpr unsigned | MaxNumDecreased = 3 |
Detailed Description
Maximum remaining allocation size observed for a phi node, and how often the allocation size has already been decreased.
We only allow a limited number of decreases.
Definition at line 257 of file StackProtector.cpp.
Constructor & Destructor Documentation
| PhiInfo::PhiInfo ( TypeSize AllocSize) | inline |
|---|
Member Data Documentation
◆ AllocSize
◆ MaxNumDecreased
◆ NumDecreased
The documentation for this struct was generated from the following file:
- lib/CodeGen/StackProtector.cpp