Searched refs:LiveValues (Results 1 – 10 of 10) sorted by relevance
100 LiveSet LiveValues; variable
113 LiveSet LiveValues; variable
362 if (LiveFunctions.count(Use.F) || LiveValues.count(Use)) in MarkIfNotLive()701 if (!LiveValues.insert(RA).second) in MarkLive()756 if (LiveValues.erase(Arg)) { in RemoveDeadStuffFromFunction()803 if (LiveValues.erase(Ret)) { in RemoveDeadStuffFromFunction()
700 LiveValues.insert(RA); in MarkLive()708 return LiveFunctions.count(RA.F) || LiveValues.count(RA); in IsLive()758 if (LiveValues.erase(Arg)) { in RemoveDeadStuffFromFunction()805 if (LiveValues.erase(Ret)) { in RemoveDeadStuffFromFunction()
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()
620 SmallVector<Value*, 16> LiveValues; in getStatepointBundles() local621 LiveValues.insert(LiveValues.end(), GCArgs.begin(), GCArgs.end()); in getStatepointBundles()622 Rval.emplace_back("gc-live", LiveValues); in getStatepointBundles()
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()
3679 SmallPtrSet<Instruction*, 4> LiveValues; in getSpillCost() local3693 LiveValues.erase(PrevInst); in getSpillCost()3696 LiveValues.insert(cast<Instruction>(&*J)); in getSpillCost()3700 dbgs() << "SLP: #LV: " << LiveValues.size(); in getSpillCost()3701 for (auto *X : LiveValues) in getSpillCost()3729 for (auto *II : LiveValues) in getSpillCost()
3944 SmallPtrSet<Instruction*, 4> LiveValues; in getSpillCost() local3971 LiveValues.erase(PrevInst); in getSpillCost()3974 LiveValues.insert(cast<Instruction>(&*J)); in getSpillCost()3978 dbgs() << "SLP: #LV: " << LiveValues.size(); in getSpillCost()3979 for (auto *X : LiveValues) in getSpillCost()4007 for (auto *II : LiveValues) in getSpillCost()