Home
last modified time | relevance | path

Searched refs:LiveSet (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp269 StatepointLiveSetTy LiveSet; member
384 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local
389 for (Value *V : LiveSet) in analyzeParsePointLiveness()
396 Result.LiveSet = LiveSet; in analyzeParsePointLiveness()
1909 const auto &LiveSet = Result.LiveSet; in makeStatepointExplicit() local
1913 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 …]
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h108 using LiveSet = std::set<RetOrArg>; variable
112 LiveSet LiveValues;