Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp703 LiveValues.insert(RA); in MarkLive()
711 return LiveFunctions.count(RA.F) || LiveValues.count(RA); in IsLive()
761 if (LiveValues.erase(Arg)) { in RemoveDeadStuffFromFunction()
808 if (LiveValues.erase(Ret)) { in RemoveDeadStuffFromFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h113 LiveSet LiveValues; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp633 SmallVector<Value*, 16> LiveValues; in getStatepointBundles() local
634 llvm::append_range(LiveValues, GCArgs); in getStatepointBundles()
635 Rval.emplace_back("gc-live", LiveValues); in getStatepointBundles()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4286 SmallPtrSet<Instruction*, 4> LiveValues; in getSpillCost() local
4313 LiveValues.erase(PrevInst); in getSpillCost()
4316 LiveValues.insert(cast<Instruction>(&*J)); in getSpillCost()
4320 dbgs() << "SLP: #LV: " << LiveValues.size(); in getSpillCost()
4321 for (auto *X : LiveValues) in getSpillCost()
4349 for (auto *II : LiveValues) { in getSpillCost()