Searched refs:LiveSet (Results 1 – 2 of 2) sorted by relevance
239 MapVector<BasicBlock *, SetVector<Value *>> LiveSet; member267 StatepointLiveSetTy LiveSet; member375 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local376 findLiveSetAtInst(Call, OriginalLivenessData, LiveSet); in analyzeParsePointLiveness()380 for (Value *V : LiveSet) in analyzeParsePointLiveness()385 dbgs() << "Number live values: " << LiveSet.size() << "\n"; in analyzeParsePointLiveness()387 Result.LiveSet = LiveSet; in analyzeParsePointLiveness()1264 StatepointLiveSetTy PotentiallyDerivedPointers = result.LiveSet; in findBasePointers()1819 const auto &LiveSet = Result.LiveSet; in makeStatepointExplicit() local1824 LiveVec.reserve(LiveSet.size()); in makeStatepointExplicit()[all …]
109 using LiveSet = std::set<RetOrArg>; variable113 LiveSet LiveValues;