Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h116 LiveFuncSet LiveFunctions; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp688 LiveFunctions.insert(&F); in MarkLive()
712 return LiveFunctions.count(RA.F) || LiveValues.count(RA); in IsLive()
738 if (LiveFunctions.count(F)) in RemoveDeadStuffFromFunction()