Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp181 Instruction *StatepointToken; member
1316 Instruction *StatepointToken, in CreateGCRelocates() argument
1335 Module *M = StatepointToken->getModule(); in CreateGCRelocates()
1349 GCRelocateDecl, {StatepointToken, BaseIdx, LiveIdx}, in CreateGCRelocates()
1566 Result.StatepointToken = Token; in makeStatepointExplicitImpl()
1765 Value *Statepoint = Info.StatepointToken; in relocationViaAlloca()
2457 Statepoint Statepoint(Info.StatepointToken); in insertParsePoints()
2465 assert(DT.isReachableFromEntry(Info.StatepointToken->getParent()) && in insertParsePoints()
2474 assert(DT.dominates(LiveInst, Info.StatepointToken) && in insertParsePoints()