Lines Matching refs:Statepoint
1549 const unsigned LiveStartIdx = Statepoint(Token).gcArgsStartIdx(); in makeStatepointExplicitImpl()
1599 const unsigned LiveStartIdx = Statepoint(Token).gcArgsStartIdx(); in makeStatepointExplicitImpl()
1749 Value *Statepoint = Info.StatepointToken; in relocationViaAlloca() local
1755 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()
1759 if (isa<InvokeInst>(Statepoint)) { in relocationViaAlloca()
1797 if (auto II = dyn_cast<InvokeInst>(Statepoint)) { in relocationViaAlloca()
1801 InsertClobbersAt(cast<Instruction>(Statepoint)->getNextNode()); in relocationViaAlloca()
2352 Statepoint Statepoint(Info.StatepointToken); in insertParsePoints() local
2353 Live.insert(Live.end(), Statepoint.gc_args_begin(), in insertParsePoints()
2354 Statepoint.gc_args_end()); in insertParsePoints()
2362 for (Value *V : Statepoint.gc_args()) { in insertParsePoints()