Return the replacement tags for the enable tag Name, or nullptr.

Synopsis

Declared in <llvm/IR/AutoUpgrade.h>

BooleanLoopTags const*
findBooleanLoopTags(StringRef Name);

Return Value

The replacement tags for Name, or nullptr if not found.

Parameters

Name

Description

Name

Enable‐tag string to look up.

Created with MrDocs