Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp207 GCStatepointInst *StatepointToken; member
1505 Instruction *StatepointToken, in CreateGCRelocates() argument
1517 Module *M = StatepointToken->getModule(); in CreateGCRelocates()
1555 GCRelocateDecl, {StatepointToken, BaseIdx, LiveIdx}, in CreateGCRelocates()
1929 Result.StatepointToken = Token; in makeStatepointExplicitImpl()
2073 Value *Statepoint = Info.StatepointToken; in relocationViaAlloca()
2849 llvm::append_range(Live, Info.StatepointToken->gc_live()); in insertParsePoints()
2855 assert(DT.isReachableFromEntry(Info.StatepointToken->getParent()) && in insertParsePoints()
2857 for (Value *V : Info.StatepointToken->gc_live()) { in insertParsePoints()
2864 assert(DT.dominates(LiveInst, Info.StatepointToken) && in insertParsePoints()