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 present and enabled on TheLoop.
| Name | Description |
|---|---|
| TheLoop | Loop whose attribute is queried. |
| Name | Boolean attribute name to look up. |