Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h113 LiveSet LiveValues; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3679 SmallPtrSet<Instruction*, 4> LiveValues; in getSpillCost() local
3693 LiveValues.erase(PrevInst); in getSpillCost()
3696 LiveValues.insert(cast<Instruction>(&*J)); in getSpillCost()
3700 dbgs() << "SLP: #LV: " << LiveValues.size(); in getSpillCost()
3701 for (auto *X : LiveValues) in getSpillCost()
3729 for (auto *II : LiveValues) in getSpillCost()