Home
last modified time | relevance | path

Searched refs:shouldConvertToRelLookupTable (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp24 static bool shouldConvertToRelLookupTable(Module &M, GlobalVariable &GV) { in shouldConvertToRelLookupTable() function
187 if (!shouldConvertToRelLookupTable(M, GV)) in convertToRelativeLookupTables()