Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h112 LiveSet LiveValues; variable
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp786 SmallVector<Value*, 16> LiveValues; in getStatepointBundles() local
787 llvm::append_range(LiveValues, GCArgs); in getStatepointBundles()
788 Rval.emplace_back("gc-live", LiveValues); in getStatepointBundles()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7618 SmallPtrSet<Instruction*, 4> LiveValues; in getSpillCost() local
7653 LiveValues.erase(PrevInst); in getSpillCost()
7656 LiveValues.insert(cast<Instruction>(&*J)); in getSpillCost()
7660 dbgs() << "SLP: #LV: " << LiveValues.size(); in getSpillCost()
7661 for (auto *X : LiveValues) in getSpillCost()
7710 for (auto *II : LiveValues) { in getSpillCost()