Searched refs:LiveSet (Results 1 – 2 of 2) sorted by relevance
269 StatepointLiveSetTy LiveSet; member384 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local389 for (Value *V : LiveSet) in analyzeParsePointLiveness()396 Result.LiveSet = LiveSet; in analyzeParsePointLiveness()1909 const auto &LiveSet = Result.LiveSet; in makeStatepointExplicit() local1913 LiveVec.reserve(LiveSet.size()); in makeStatepointExplicit()1914 BaseVec.reserve(LiveSet.size()); in makeStatepointExplicit()1915 for (Value *L : LiveSet) { in makeStatepointExplicit()2735 Info.LiveSet.clear(); in insertParsePoints()3182 Data.LiveSet[&BB].clear(); in computeLiveInValues()[all …]
108 using LiveSet = std::set<RetOrArg>; variable112 LiveSet LiveValues;