Find and return the loop attribute node for the attribute Name in LoopID. Return nullptr if there is no such attribute.
Declared in <llvm/Analysis/LoopInfo.h>
MDNode*
findOptionMDForLoopID(
MDNode* LoopID,
StringRef Name);
Metadata node.
| Name | Description |
|---|---|
| LoopID | Metadata node. |
| Name | Represent a constant reference to a string, i.e. a character array and a length, which need not be null terminated. |