Searched refs:LiveValues (Results 1 – 4 of 4) sorted by relevance
112 LiveSet LiveValues; variable
691 LiveValues.insert(RA); in markLive()699 return LiveFunctions.count(RA.F) || LiveValues.count(RA); in isLive()748 if (LiveValues.erase(Arg)) { in removeDeadStuffFromFunction()795 if (LiveValues.erase(Ret)) { in removeDeadStuffFromFunction()
786 SmallVector<Value*, 16> LiveValues; in getStatepointBundles() local787 llvm::append_range(LiveValues, GCArgs); in getStatepointBundles()788 Rval.emplace_back("gc-live", LiveValues); in getStatepointBundles()
7618 SmallPtrSet<Instruction*, 4> LiveValues; in getSpillCost() local7653 LiveValues.erase(PrevInst); in getSpillCost()7656 LiveValues.insert(cast<Instruction>(&*J)); in getSpillCost()7660 dbgs() << "SLP: #LV: " << LiveValues.size(); in getSpillCost()7661 for (auto *X : LiveValues) in getSpillCost()7710 for (auto *II : LiveValues) { in getSpillCost()