Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp652 static bool canCreateThunkFor(Function *F) { in canCreateThunkFor() function
793 if (canCreateThunkFor(F)) { in writeThunkOrAlias()
808 if (!canCreateThunkFor(F) && in mergeTwoFunctions()