Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h113 LiveSet LiveValues; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp704 LiveValues.insert(RA); in MarkLive()
712 return LiveFunctions.count(RA.F) || LiveValues.count(RA); in IsLive()
762 if (LiveValues.erase(Arg)) { in RemoveDeadStuffFromFunction()
809 if (LiveValues.erase(Ret)) { in RemoveDeadStuffFromFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DIRBuilder.cpp655 SmallVector<Value*, 16> LiveValues; in getStatepointBundles() local
656 llvm::append_range(LiveValues, GCArgs); in getStatepointBundles()
657 Rval.emplace_back("gc-live", LiveValues); in getStatepointBundles()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4367 SmallPtrSet<Instruction*, 4> LiveValues; in getSpillCost() local
4402 LiveValues.erase(PrevInst); in getSpillCost()
4405 LiveValues.insert(cast<Instruction>(&*J)); in getSpillCost()
4409 dbgs() << "SLP: #LV: " << LiveValues.size(); in getSpillCost()
4410 for (auto *X : LiveValues) in getSpillCost()
4438 for (auto *II : LiveValues) { in getSpillCost()