Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp659 static bool isThunkProfitable(Function * F) { in isThunkProfitable() function
790 if (isThunkProfitable(F)) { in writeThunkOrAlias()
805 if (!isThunkProfitable(F) && (!canCreateAliasFor(F) || !canCreateAliasFor(G))) { in mergeTwoFunctions()