Returns true if Name is applied to TheLoop and enabled.
Declared in <llvm/Analysis/LoopInfo.h>
bool
getBooleanLoopAttribute(
Loop const* TheLoop,
StringRef Name);
true if Name is applied to TheLoop and enabled.
| Name | Description |
|---|---|
| TheLoop | Represents a single loop in the control flow graph. Note that not all SCCs in the CFG are necessarily loops. |
| Name | Represent a constant reference to a string, i.e. a character array and a length, which need not be null terminated. |