Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp44 static bool isEmptyFunction(Function *F) { in isEmptyFunction() function
262 M, [](uint32_t, Function *F) { return isEmptyFunction(F); }); in run()