Home
last modified time | relevance | path

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

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