ΒΆint getIntLoopAttribute(const llvm::Loop* TheLoop,
                        llvm::StringRef Name,
                        int Default = 0)

Description

Find named metadata for a loop with an integer value. Return \p Default if not set.

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

Parameters

const llvm::Loop* TheLoop
llvm::StringRef Name
int Default = 0