Lines Matching refs:LiveSet
174 MapVector<BasicBlock *, SetVector<Value *>> LiveSet; member
204 StatepointLiveSetTy LiveSet; member
318 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local
319 findLiveSetAtInst(Call, OriginalLivenessData, LiveSet, GC); in analyzeParsePointLiveness()
323 for (Value *V : LiveSet) in analyzeParsePointLiveness()
328 dbgs() << "Number live values: " << LiveSet.size() << "\n"; in analyzeParsePointLiveness()
330 Result.LiveSet = LiveSet; in analyzeParsePointLiveness()
1323 StatepointLiveSetTy PotentiallyDerivedPointers = result.LiveSet; in findBasePointers()
1938 const auto &LiveSet = Result.LiveSet; in makeStatepointExplicit() local
1942 LiveVec.reserve(LiveSet.size()); in makeStatepointExplicit()
1943 BaseVec.reserve(LiveSet.size()); in makeStatepointExplicit()
1944 for (Value *L : LiveSet) { in makeStatepointExplicit()
2452 Records, [Cand](const auto &R) { return R.LiveSet.contains(Cand); }); in rematerializeLiveValuesAtUses()
2508 assert(!R.LiveSet.contains(Cand) || in rematerializeLiveValuesAtUses()
2509 R.LiveSet.contains(PointerToBase[Cand])); in rematerializeLiveValuesAtUses()
2510 R.LiveSet.remove(Cand); in rematerializeLiveValuesAtUses()
2540 for (Value *LiveValue : Info.LiveSet) { in rematerializeLiveValues()
2593 Info.LiveSet.remove(LiveValue); in rematerializeLiveValues()
2739 for (auto *Derived : Info.LiveSet) { in insertParsePoints()
2772 Info.LiveSet.remove_if([&](Value *LiveV) { in insertParsePoints()
2828 Info.LiveSet.clear(); in insertParsePoints()
3269 checkBasicSSA(DT, Data.LiveSet[&BB], BB.getTerminator()); in checkBasicSSA()
3282 Data.LiveSet[&BB].clear(); in computeLiveInValues()
3283 computeLiveInValues(BB.rbegin(), BB.rend(), Data.LiveSet[&BB], GC); in computeLiveInValues()
3287 assert(!Data.LiveSet[&BB].count(Kill) && "live set contains kill"); in computeLiveInValues()
3292 Data.LiveIn[&BB] = Data.LiveSet[&BB]; in computeLiveInValues()
3322 LiveTmp.set_union(Data.LiveSet[BB]); in computeLiveInValues()
3373 Info.LiveSet = Updated; in recomputeLiveInValues()