Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DDeadArgumentElimination.cpp120 LiveFuncSet LiveFunctions; member in __anoncee85ffd0111::DAE
358 if (LiveFunctions.count(Use.F) || LiveValues.count(Use)) in MarkIfNotLive()
598 LiveFunctions.insert(&F); in MarkLive()
611 if (LiveFunctions.count(RA.F)) in MarkLive()
644 if (LiveFunctions.count(F)) in RemoveDeadStuffFromFunction()
/external/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h102 LiveFuncSet LiveFunctions; variable
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp338 if (LiveFunctions.count(Use.F) || LiveValues.count(Use)) in MarkIfNotLive()
625 LiveFunctions.insert(&F); in MarkLive()
638 if (LiveFunctions.count(RA.F)) in MarkLive()
672 if (LiveFunctions.count(F)) in RemoveDeadStuffFromFunction()