ΒΆllvm::MDNode* findOptionMDForLoopID(
    llvm::MDNode* LoopID,
    llvm::StringRef Name)

Description

Find and return the loop attribute node for the attribute @p Name in@p LoopID. Return nullptr if there is no such attribute.

Declared at: llvm/include/llvm/Analysis/LoopInfo.h:1247

Parameters

llvm::MDNode* LoopID
llvm::StringRef Name