Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2358 if (!Configuration.DeleteFns) in identifyDeadInternalFunctions()
3811 bool DeleteFns, bool IsModulePass) { in runAttributorOnFunctions() argument
3826 AC.DeleteFns = DeleteFns; in runAttributorOnFunctions()
3930 AC.DeleteFns = false; in runAttributorLightOnFunctions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1427 bool DeleteFns = true;
1902 if (Configuration.DeleteFns)