Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h116 LiveFuncSet LiveFunctions; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp687 LiveFunctions.insert(&F); in MarkLive()
711 return LiveFunctions.count(RA.F) || LiveValues.count(RA); in IsLive()
737 if (LiveFunctions.count(F)) in RemoveDeadStuffFromFunction()