Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp239 MapVector<BasicBlock *, SetVector<Value *>> LiveSet; member
267 StatepointLiveSetTy LiveSet; member
375 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local
376 findLiveSetAtInst(Call, OriginalLivenessData, LiveSet); in analyzeParsePointLiveness()
380 for (Value *V : LiveSet) in analyzeParsePointLiveness()
385 dbgs() << "Number live values: " << LiveSet.size() << "\n"; in analyzeParsePointLiveness()
387 Result.LiveSet = LiveSet; in analyzeParsePointLiveness()
1264 StatepointLiveSetTy PotentiallyDerivedPointers = result.LiveSet; in findBasePointers()
1819 const auto &LiveSet = Result.LiveSet; in makeStatepointExplicit() local
1824 LiveVec.reserve(LiveSet.size()); in makeStatepointExplicit()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h109 using LiveSet = std::set<RetOrArg>; variable
113 LiveSet LiveValues;