Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h117 LiveFuncSet LiveFunctions; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp362 if (LiveFunctions.count(Use.F) || LiveValues.count(Use)) in MarkIfNotLive()
685 LiveFunctions.insert(&F); in MarkLive()
698 if (LiveFunctions.count(RA.F)) in MarkLive()
732 if (LiveFunctions.count(F)) in RemoveDeadStuffFromFunction()