Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp261 using StatepointLiveSetTy = SetVector<Value *>; typedef
267 StatepointLiveSetTy LiveSet;
308 StatepointLiveSetTy &out);
375 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness()
1259 findBasePointers(const StatepointLiveSetTy &live, in findBasePointers()
1279 StatepointLiveSetTy PotentiallyDerivedPointers = result.LiveSet; in findBasePointers()
3114 StatepointLiveSetTy &Out) { in findLiveSetAtInst()
3134 StatepointLiveSetTy Updated; in recomputeLiveInValues()