Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp263 using StatepointLiveSetTy = SetVector<Value *>; typedef
269 StatepointLiveSetTy LiveSet;
317 StatepointLiveSetTy &out);
384 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness()
1342 static void findBasePointers(const StatepointLiveSetTy &live, in findBasePointers()
1364 StatepointLiveSetTy PotentiallyDerivedPointers = result.LiveSet; in findBasePointers()
3243 StatepointLiveSetTy &Out) { in findLiveSetAtInst()
3264 StatepointLiveSetTy Updated; in recomputeLiveInValues()