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

/external/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp146 DenseMap<BasicBlock *, DenseSet<Value *>> LiveSet; member in struct:__anon12544::GCPtrLivenessData
174 StatepointLiveSetTy LiveSet; member in struct:__anon12544::PartiallyConstructedSafepointRecord
188 /// They are not included into 'LiveSet' field.
298 StatepointLiveSetTy LiveSet; local
299 findLiveSetAtInst(inst, OriginalLivenessData, LiveSet);
306 Temp.insert(Temp.end(), LiveSet.begin(), LiveSet.end());
314 errs() << "Number live values: " << LiveSet.size() << "\n";
316 result.LiveSet = LiveSet;
1612 const auto &LiveSet = Result.LiveSet; local
1957 splitVectorValues(Instruction *StatepointInst, StatepointLiveSetTy &LiveSet, DenseMap<Value *, Value *>& PointerToBase, DominatorTree &DT) argument
[all...]
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp115 typedef std::set<RetOrArg> LiveSet; typedef in class:__anon12414::DAE
119 LiveSet LiveValues;

Completed in 31 milliseconds