Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp274 GCStatepointInst *StatepointToken; member
1404 Instruction *StatepointToken, in CreateGCRelocates() argument
1416 Module *M = StatepointToken->getModule(); in CreateGCRelocates()
1453 GCRelocateDecl, {StatepointToken, BaseIdx, LiveIdx}, in CreateGCRelocates()
1819 Result.StatepointToken = Token; in makeStatepointExplicitImpl()
1971 Value *Statepoint = Info.StatepointToken; in relocationViaAlloca()
2621 llvm::append_range(Live, Info.StatepointToken->gc_args()); in insertParsePoints()
2627 assert(DT.isReachableFromEntry(Info.StatepointToken->getParent()) && in insertParsePoints()
2629 for (Value *V : Info.StatepointToken->gc_args()) { in insertParsePoints()
2636 assert(DT.dominates(LiveInst, Info.StatepointToken) && in insertParsePoints()