Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h331 bool isArgumentInteresting(Argument *A);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp820 if (isArgumentInteresting(&Arg)) in findSpecializations()
1040 bool FunctionSpecializer::isArgumentInteresting(Argument *A) { in isArgumentInteresting() function in FunctionSpecializer