Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDRewriteStatepointsForGC.cpp274 Instruction *StatepointToken; member
1272 Instruction *StatepointToken, in CreateGCRelocates() argument
1284 Module *M = StatepointToken->getModule(); in CreateGCRelocates()
1321 GCRelocateDecl, {StatepointToken, BaseIdx, LiveIdx}, in CreateGCRelocates()
1589 Result.StatepointToken = Token; in makeStatepointExplicitImpl()
1742 Value *Statepoint = Info.StatepointToken; in relocationViaAlloca()
2347 Statepoint Statepoint(Info.StatepointToken); in insertParsePoints()
2355 assert(DT.isReachableFromEntry(Info.StatepointToken->getParent()) && in insertParsePoints()
2364 assert(DT.dominates(LiveInst, Info.StatepointToken) && in insertParsePoints()