Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DDeadArgumentElimination.cpp118 LiveSet LiveValues; member in __anon03dd8d7c0111::DAE
358 if (LiveFunctions.count(Use.F) || LiveValues.count(Use)) in MarkIfNotLive()
614 if (!LiveValues.insert(RA).second) in MarkLive()
677 if (LiveValues.erase(Ret)) { in RemoveDeadStuffFromFunction()
688 if (LiveValues.erase(CreateRet(F, 0))) { in RemoveDeadStuffFromFunction()
737 if (LiveValues.erase(Arg)) { in RemoveDeadStuffFromFunction()
/external/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h100 LiveSet LiveValues; variable
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp338 if (LiveFunctions.count(Use.F) || LiveValues.count(Use)) in MarkIfNotLive()
641 if (!LiveValues.insert(RA).second) in MarkLive()
696 if (LiveValues.erase(Arg)) { in RemoveDeadStuffFromFunction()
751 if (LiveValues.erase(Ret)) { in RemoveDeadStuffFromFunction()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1785 SmallPtrSet<Instruction*, 4> LiveValues; in getSpillCost() local
1799 LiveValues.erase(PrevInst); in getSpillCost()
1802 LiveValues.insert(cast<Instruction>(&*J)); in getSpillCost()
1806 dbgs() << "SLP: #LV: " << LiveValues.size(); in getSpillCost()
1807 for (auto *X : LiveValues) in getSpillCost()
1825 for (auto *II : LiveValues) in getSpillCost()