Lines Matching refs:LiveSet

239   MapVector<BasicBlock *, SetVector<Value *>> LiveSet;  member
267 StatepointLiveSetTy LiveSet; member
375 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local
376 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()
1279 StatepointLiveSetTy PotentiallyDerivedPointers = result.LiveSet; in findBasePointers()
1834 const auto &LiveSet = Result.LiveSet; in makeStatepointExplicit() local
1839 LiveVec.reserve(LiveSet.size()); in makeStatepointExplicit()
1840 BaseVec.reserve(LiveSet.size()); in makeStatepointExplicit()
1841 for (Value *L : LiveSet) { in makeStatepointExplicit()
2259 for (Value *LiveValue: Info.LiveSet) { in rematerializeLiveValues()
2293 assert(Info.LiveSet.count(AlternateRootPhi)); in rematerializeLiveValues()
2398 Info.LiveSet.remove(LiveValue); in rematerializeLiveValues()
2564 Info.LiveSet.remove(BasePair.first); in insertParsePoints()
2607 Info.LiveSet.clear(); in insertParsePoints()
3040 checkBasicSSA(DT, Data.LiveSet[&BB], BB.getTerminator()); in checkBasicSSA()
3053 Data.LiveSet[&BB].clear(); in computeLiveInValues()
3054 computeLiveInValues(BB.rbegin(), BB.rend(), Data.LiveSet[&BB]); in computeLiveInValues()
3058 assert(!Data.LiveSet[&BB].count(Kill) && "live set contains kill"); in computeLiveInValues()
3063 Data.LiveIn[&BB] = Data.LiveSet[&BB]; in computeLiveInValues()
3093 LiveTmp.set_union(Data.LiveSet[BB]); in computeLiveInValues()
3163 Info.LiveSet = Updated; in recomputeLiveInValues()