Searched refs:LiveValues (Results 1 – 6 of 6) sorted by relevance
118 LiveSet LiveValues; member in __anoncee85ffd0111::DAE358 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()
100 LiveSet LiveValues; variable
114 LiveSet LiveValues; variable
338 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()
358 if (LiveFunctions.count(Use.F) || LiveValues.count(Use)) in MarkIfNotLive()697 if (!LiveValues.insert(RA).second) in MarkLive()752 if (LiveValues.erase(Arg)) { in RemoveDeadStuffFromFunction()799 if (LiveValues.erase(Ret)) { in RemoveDeadStuffFromFunction()
1785 SmallPtrSet<Instruction*, 4> LiveValues; in getSpillCost() local1799 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()