Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h114 LiveSet LiveValues; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp362 if (LiveFunctions.count(Use.F) || LiveValues.count(Use)) in MarkIfNotLive()
701 if (!LiveValues.insert(RA).second) in MarkLive()
756 if (LiveValues.erase(Arg)) { in RemoveDeadStuffFromFunction()
803 if (LiveValues.erase(Ret)) { in RemoveDeadStuffFromFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2469 SmallPtrSet<Instruction*, 4> LiveValues; in getSpillCost() local
2483 LiveValues.erase(PrevInst); in getSpillCost()
2486 LiveValues.insert(cast<Instruction>(&*J)); in getSpillCost()
2490 dbgs() << "SLP: #LV: " << LiveValues.size(); in getSpillCost()
2491 for (auto *X : LiveValues) in getSpillCost()
2512 for (auto *II : LiveValues) in getSpillCost()