Searched refs:LiveValues (Results 1 – 3 of 3) sorted by relevance
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()
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()