Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp275 GCStatepointInst *StatepointToken; member
1524 Instruction *StatepointToken, in CreateGCRelocates() argument
1536 Module *M = StatepointToken->getModule(); in CreateGCRelocates()
1573 GCRelocateDecl, {StatepointToken, BaseIdx, LiveIdx}, in CreateGCRelocates()
1947 Result.StatepointToken = Token; in makeStatepointExplicitImpl()
2100 Value *Statepoint = Info.StatepointToken; in relocationViaAlloca()
2877 llvm::append_range(Live, Info.StatepointToken->gc_args()); in insertParsePoints()
2883 assert(DT.isReachableFromEntry(Info.StatepointToken->getParent()) && in insertParsePoints()
2885 for (Value *V : Info.StatepointToken->gc_args()) { in insertParsePoints()
2892 assert(DT.dominates(LiveInst, Info.StatepointToken) && in insertParsePoints()