Lines Matching refs:Statepoint
1404 const unsigned LiveStartIdx = Statepoint(Token).gcArgsStartIdx(); in makeStatepointExplicitImpl()
1452 const unsigned LiveStartIdx = Statepoint(Token).gcArgsStartIdx(); in makeStatepointExplicitImpl()
1602 Value *Statepoint = Info.StatepointToken; in relocationViaAlloca() local
1608 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()
1612 if (isa<InvokeInst>(Statepoint)) { in relocationViaAlloca()
1650 if (auto II = dyn_cast<InvokeInst>(Statepoint)) { in relocationViaAlloca()
1654 InsertClobbersAt(cast<Instruction>(Statepoint)->getNextNode()); in relocationViaAlloca()
2152 Statepoint Statepoint(Info.StatepointToken); in insertParsePoints() local
2153 Live.insert(Live.end(), Statepoint.gc_args_begin(), in insertParsePoints()
2154 Statepoint.gc_args_end()); in insertParsePoints()
2162 for (Value *V : Statepoint.gc_args()) { in insertParsePoints()