Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h112 LiveSet LiveValues; variable
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp691 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()
/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp710 SmallVector<Value*, 16> LiveValues; in getStatepointBundles() local
711 llvm::append_range(LiveValues, GCArgs); in getStatepointBundles()
712 Rval.emplace_back("gc-live", LiveValues); in getStatepointBundles()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6760 SmallPtrSet<Instruction*, 4> LiveValues; in getSpillCost() local
6795 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()