Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h112 LiveSet LiveValues; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp704 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()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp752 SmallVector<Value*, 16> LiveValues; in getStatepointBundles() local
753 llvm::append_range(LiveValues, GCArgs); in getStatepointBundles()
754 Rval.emplace_back("gc-live", LiveValues); in getStatepointBundles()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10182 SmallPtrSet<Instruction *, 4> LiveValues; in getSpillCost() local
10219 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()