LLVM 22.0.0git
RelLookupTableConverter.cpp File Reference

Go to the source code of this file.

Classes

struct  LookupTableInfo

Functions

static bool shouldConvertToRelLookupTable (LookupTableInfo &Info, Module &M, GlobalVariable &GV)
static GlobalVariablecreateRelLookupTable (LookupTableInfo &Info, Function &Func, GlobalVariable &LookupTable)
static void convertToRelLookupTable (LookupTableInfo &Info, GlobalVariable &LookupTable)
static bool convertToRelativeLookupTables (Module &M, function_ref< TargetTransformInfo &(Function &)> GetTTI)

Function Documentation

◆ convertToRelativeLookupTables()

◆ convertToRelLookupTable()

◆ createRelLookupTable()

◆ shouldConvertToRelLookupTable()