Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp268 StatepointLiveSetTy LiveSet; member
379 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local
384 for (Value *V : LiveSet) in analyzeParsePointLiveness()
391 Result.LiveSet = LiveSet; in analyzeParsePointLiveness()
1612 const auto &LiveSet = Result.LiveSet; in makeStatepointExplicit() local
1617 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 …]
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h110 using LiveSet = std::set<RetOrArg>; variable
114 LiveSet LiveValues;