Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp274 GCStatepointInst *StatepointToken; member
1389 Instruction *StatepointToken, in CreateGCRelocates() argument
1401 Module *M = StatepointToken->getModule(); in CreateGCRelocates()
1438 GCRelocateDecl, {StatepointToken, BaseIdx, LiveIdx}, in CreateGCRelocates()
1804 Result.StatepointToken = Token; in makeStatepointExplicitImpl()
1956 Value *Statepoint = Info.StatepointToken; in relocationViaAlloca()
2562 llvm::append_range(Live, Info.StatepointToken->gc_args()); in insertParsePoints()
2568 assert(DT.isReachableFromEntry(Info.StatepointToken->getParent()) && in insertParsePoints()
2570 for (Value *V : Info.StatepointToken->gc_args()) { in insertParsePoints()
2577 assert(DT.dominates(LiveInst, Info.StatepointToken) && in insertParsePoints()