Searched refs:LiveSet (Results 1 – 2 of 2) sorted by relevance
268 StatepointLiveSetTy LiveSet; member379 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local384 for (Value *V : LiveSet) in analyzeParsePointLiveness()391 Result.LiveSet = LiveSet; in analyzeParsePointLiveness()1612 const auto &LiveSet = Result.LiveSet; in makeStatepointExplicit() local1617 LiveVec.reserve(LiveSet.size()); in makeStatepointExplicit()1618 BaseVec.reserve(LiveSet.size()); in makeStatepointExplicit()1619 for (Value *L : LiveSet) { in makeStatepointExplicit()2338 Info.LiveSet.clear(); in insertParsePoints()2710 Data.LiveSet[&BB].clear(); in computeLiveInValues()[all …]
110 using LiveSet = std::set<RetOrArg>; variable114 LiveSet LiveValues;