Searched refs:LiveSet (Results 1 – 2 of 2) sorted by relevance
267 StatepointLiveSetTy LiveSet; member375 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local380 for (Value *V : LiveSet) in analyzeParsePointLiveness()387 Result.LiveSet = LiveSet; in analyzeParsePointLiveness()1834 const auto &LiveSet = Result.LiveSet; in makeStatepointExplicit() local1839 LiveVec.reserve(LiveSet.size()); in makeStatepointExplicit()1840 BaseVec.reserve(LiveSet.size()); in makeStatepointExplicit()1841 for (Value *L : LiveSet) { in makeStatepointExplicit()2607 Info.LiveSet.clear(); in insertParsePoints()3053 Data.LiveSet[&BB].clear(); in computeLiveInValues()[all …]
109 using LiveSet = std::set<RetOrArg>; variable113 LiveSet LiveValues;