Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp273 GCStatepointInst *StatepointToken; member
1470 Instruction *StatepointToken, in CreateGCRelocates() argument
1482 Module *M = StatepointToken->getModule(); in CreateGCRelocates()
1519 GCRelocateDecl, {StatepointToken, BaseIdx, LiveIdx}, in CreateGCRelocates()
1893 Result.StatepointToken = Token; in makeStatepointExplicitImpl()
2046 Value *Statepoint = Info.StatepointToken; in relocationViaAlloca()
2749 llvm::append_range(Live, Info.StatepointToken->gc_args()); in insertParsePoints()
2755 assert(DT.isReachableFromEntry(Info.StatepointToken->getParent()) && in insertParsePoints()
2757 for (Value *V : Info.StatepointToken->gc_args()) { in insertParsePoints()
2764 assert(DT.dominates(LiveInst, Info.StatepointToken) && in insertParsePoints()