struct DisableLIRP

Declaration

struct DisableLIRP { /* full declaration omitted */ };

Description

Options to disable Loop Idiom Recognize, which can be shared with other passes.

Declared at: llvm/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h:28

Member Variables

public static bool All
When true, the entire pass is disabled.
public static bool Memset
When true, Memset is disabled.
public static bool Memcpy
When true, Memcpy is disabled.