Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp360 ArrayRef<GlobalIFunc *> IFuncsToLower = FilteredIFuncsToLower; in lowerGlobalIFuncUsersAsGlobalCtor() local
364 IFuncsToLower = AllIFuncs; in lowerGlobalIFuncUsersAsGlobalCtor()
375 ArrayType::get(TableEntryTy, IFuncsToLower.size()); in lowerGlobalIFuncUsersAsGlobalCtor()
396 for (GlobalIFunc *GI : IFuncsToLower) { in lowerGlobalIFuncUsersAsGlobalCtor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h138 /// If \p IFuncsToLower is empty, all ifuncs in the module will be lowered.
139 /// If \p IFuncsToLower is non-empty, only the selected ifuncs will be lowered.
144 Module &M, ArrayRef<GlobalIFunc *> IFuncsToLower = {});