Home
last modified time | relevance | path

Searched refs:LiveValues (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h112 LiveSet LiveValues; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp363 /// 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()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp752 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
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10182 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