Searched refs:LiveValues (Results 1 – 4 of 4) sorted by relevance
113 LiveSet LiveValues; variable
704 LiveValues.insert(RA); in MarkLive()712 return LiveFunctions.count(RA.F) || LiveValues.count(RA); in IsLive()762 if (LiveValues.erase(Arg)) { in RemoveDeadStuffFromFunction()809 if (LiveValues.erase(Ret)) { in RemoveDeadStuffFromFunction()
655 SmallVector<Value*, 16> LiveValues; in getStatepointBundles() local656 llvm::append_range(LiveValues, GCArgs); in getStatepointBundles()657 Rval.emplace_back("gc-live", LiveValues); in getStatepointBundles()
4367 SmallPtrSet<Instruction*, 4> LiveValues; in getSpillCost() local4402 LiveValues.erase(PrevInst); in getSpillCost()4405 LiveValues.insert(cast<Instruction>(&*J)); in getSpillCost()4409 dbgs() << "SLP: #LV: " << LiveValues.size(); in getSpillCost()4410 for (auto *X : LiveValues) in getSpillCost()4438 for (auto *II : LiveValues) { in getSpillCost()