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()
710 SmallVector<Value*, 16> LiveValues; in getStatepointBundles() local711 llvm::append_range(LiveValues, GCArgs); in getStatepointBundles()712 Rval.emplace_back("gc-live", LiveValues); in getStatepointBundles()
6760 SmallPtrSet<Instruction*, 4> LiveValues; in getSpillCost() local6795 LiveValues.erase(PrevInst); in getSpillCost()6798 LiveValues.insert(cast<Instruction>(&*J)); in getSpillCost()6802 dbgs() << "SLP: #LV: " << LiveValues.size(); in getSpillCost()6803 for (auto *X : LiveValues) in getSpillCost()6831 for (auto *II : LiveValues) { in getSpillCost()