Searched refs:LiveValues (Results 1 – 4 of 4) sorted by relevance
112 LiveSet LiveValues; variable
363 /// Checks Use for liveness in LiveValues. If Use is not live, it adds Use to in getRetComponentType() 489 /// value. This fills in the LiveValues set and Uses map.704 LiveValues.insert(RA); in markLive() 712 return LiveFunctions.count(RA.F) || LiveValues.count(RA);732 /// Remove any arguments and return values from F that are not in LiveValues. in propagateLiveness() 761 if (LiveValues.erase(Arg)) { in removeDeadStuffFromFunction() 808 if (LiveValues.erase(Ret)) { in removeDeadStuffFromFunction()
752 SmallVector<Value*, 16> LiveValues; in getStatepointBundles() 753 llvm::append_range(LiveValues, GCArgs); in getStatepointBundles() 754 Rval.emplace_back("gc-live", LiveValues); in getStatepointBundles() 751 SmallVector<Value*, 16> LiveValues; getStatepointBundles() local
10182 SmallPtrSet<Instruction *, 4> LiveValues; in createShuffle() 10218 // Update LiveValues. in adjustExtracts() 10219 LiveValues.erase(PrevInst); in adjustExtracts() 10222 LiveValues.insert(cast<Instruction>(&*J)); in adjustExtracts() 10226 dbgs() << "SLP: #LV: " << LiveValues.size(); in adjustExtracts() 10227 for (auto *X : LiveValues) in adjustExtracts() 10276 for (auto *II : LiveValues) { in adjustExtracts() 8659 SmallPtrSet<Instruction *, 4> LiveValues; getSpillCost() local