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()
1324 StatepointLiveSetTy PotentiallyDerivedPointers = result.LiveSet; in findBasePointers()
1939 const auto &LiveSet = Result.LiveSet; in makeStatepointExplicit() local
1943 LiveVec.reserve(LiveSet.size()); in makeStatepointExplicit()
1944 BaseVec.reserve(LiveSet.size()); in makeStatepointExplicit()
1945 for (Value *L : LiveSet) { in makeStatepointExplicit()
2454 Records, [Cand](const auto &R) { return R.LiveSet.contains(Cand); }); in rematerializeLiveValuesAtUses()
2510 assert(!R.LiveSet.contains(Cand) || in rematerializeLiveValuesAtUses()
2511 R.LiveSet.contains(PointerToBase[Cand])); in rematerializeLiveValuesAtUses()
2512 R.LiveSet.remove(Cand); in rematerializeLiveValuesAtUses()
2542 for (Value *LiveValue : Info.LiveSet) { in rematerializeLiveValues()
2595 Info.LiveSet.remove(LiveValue); in rematerializeLiveValues()
2741 for (auto *Derived : Info.LiveSet) { in insertParsePoints()
2774 Info.LiveSet.remove_if([&](Value *LiveV) { in insertParsePoints()
2830 Info.LiveSet.clear(); in insertParsePoints()
3270 checkBasicSSA(DT, Data.LiveSet[&BB], BB.getTerminator()); in checkBasicSSA()
3283 Data.LiveSet[&BB].clear(); in computeLiveInValues()
3284 computeLiveInValues(BB.rbegin(), BB.rend(), Data.LiveSet[&BB], GC); in computeLiveInValues()
3288 assert(!Data.LiveSet[&BB].count(Kill) && "live set contains kill"); in computeLiveInValues()
3293 Data.LiveIn[&BB] = Data.LiveSet[&BB]; in computeLiveInValues()
3323 LiveTmp.set_union(Data.LiveSet[BB]); in computeLiveInValues()
3374 Info.LiveSet = Updated; in recomputeLiveInValues()