Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h341 void updateCallSites(Function *F, const Spec *Begin, const Spec *End);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp751 updateCallSites(F, AllSpecs.begin() + Begin, AllSpecs.begin() + End); in run()
1099 void FunctionSpecializer::updateCallSites(Function *F, const Spec *Begin, in updateCallSites() function in FunctionSpecializer