Searched refs:LiveValues (Results 1 – 4 of 4) sorted by relevance
703 LiveValues.insert(RA); in MarkLive()711 return LiveFunctions.count(RA.F) || LiveValues.count(RA); in IsLive()761 if (LiveValues.erase(Arg)) { in RemoveDeadStuffFromFunction()808 if (LiveValues.erase(Ret)) { in RemoveDeadStuffFromFunction()
113 LiveSet LiveValues; variable
633 SmallVector<Value*, 16> LiveValues; in getStatepointBundles() local634 llvm::append_range(LiveValues, GCArgs); in getStatepointBundles()635 Rval.emplace_back("gc-live", LiveValues); in getStatepointBundles()
4286 SmallPtrSet<Instruction*, 4> LiveValues; in getSpillCost() local4313 LiveValues.erase(PrevInst); in getSpillCost()4316 LiveValues.insert(cast<Instruction>(&*J)); in getSpillCost()4320 dbgs() << "SLP: #LV: " << LiveValues.size(); in getSpillCost()4321 for (auto *X : LiveValues) in getSpillCost()4349 for (auto *II : LiveValues) { in getSpillCost()