Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h112 LiveSet LiveValues; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp697 LiveValues.insert(RA); in markLive()
705 return FrozenFunctions.count(RA.F) || LiveValues.count(RA); in isLive()
755 if (LiveValues.erase(Arg)) { in removeDeadStuffFromFunction()
809 if (LiveValues.erase(Ret)) { in removeDeadStuffFromFunction()