Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h321 bool isCandidateFunction(Function *F);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp633 if (!isCandidateFunction(&F)) in run()
930 bool FunctionSpecializer::isCandidateFunction(Function *F) { in isCandidateFunction() function in FunctionSpecializer