Searched refs:LiveValues (Results 1 – 4 of 4) sorted by relevance
112 LiveSet LiveValues; variable
706 LiveValues.insert(RA); in markLive()714 return LiveFunctions.count(RA.F) || LiveValues.count(RA); in isLive()763 if (LiveValues.erase(Arg)) { in removeDeadStuffFromFunction()810 if (LiveValues.erase(Ret)) { in removeDeadStuffFromFunction()
751 SmallVector<Value*, 16> LiveValues; in getStatepointBundles() local752 llvm::append_range(LiveValues, GCArgs); in getStatepointBundles()753 Rval.emplace_back("gc-live", LiveValues); in getStatepointBundles()
8659 SmallPtrSet<Instruction *, 4> LiveValues; in getSpillCost() local8696 LiveValues.erase(PrevInst); in getSpillCost()8699 LiveValues.insert(cast<Instruction>(&*J)); in getSpillCost()8703 dbgs() << "SLP: #LV: " << LiveValues.size(); in getSpillCost()8704 for (auto *X : LiveValues) in getSpillCost()8753 for (auto *II : LiveValues) { in getSpillCost()