Searched refs:LiveValues (Results 1 – 4 of 4) sorted by relevance
112 LiveSet LiveValues; variable
704 LiveValues.insert(RA); in markLive()712 return LiveFunctions.count(RA.F) || LiveValues.count(RA); in isLive()761 if (LiveValues.erase(Arg)) { in removeDeadStuffFromFunction()808 if (LiveValues.erase(Ret)) { in removeDeadStuffFromFunction()
752 SmallVector<Value*, 16> LiveValues; in getStatepointBundles() local753 llvm::append_range(LiveValues, GCArgs); in getStatepointBundles()754 Rval.emplace_back("gc-live", LiveValues); in getStatepointBundles()
10182 SmallPtrSet<Instruction *, 4> LiveValues; in getSpillCost() local10219 LiveValues.erase(PrevInst); in getSpillCost()10222 LiveValues.insert(cast<Instruction>(&*J)); in getSpillCost()10226 dbgs() << "SLP: #LV: " << LiveValues.size(); in getSpillCost()10227 for (auto *X : LiveValues) in getSpillCost()10276 for (auto *II : LiveValues) { in getSpillCost()