Searched refs:LiveValues (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp119 LiveSet LiveValues; member in class:__anon12838::DAE
409 /// MarkIfNotLive - This checks Use for liveness in LiveValues. If Use is not
414 if (LiveFunctions.count(Use.F) || LiveValues.count(Use))
527 // any callers use the return value. This fills in the LiveValues set and Uses
707 if (!LiveValues.insert(RA).second)
732 // that are not in LiveValues. Transform the function and all of the callees of
761 if (LiveValues.erase(Arg)) {
815 if (LiveValues.erase(Ret)) {
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1715 SmallPtrSet<Instruction*, 4> LiveValues; local
1729 dbgs() << "SLP: #LV: " << LiveValues.size();
1730 for (auto *X : LiveValues)
1736 // Update LiveValues.
1737 LiveValues.erase(PrevInst);
1740 LiveValues.insert(cast<Instruction>(&*J));
1755 for (auto *II : LiveValues)

Completed in 96 milliseconds